All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ksyun.api.sdk.regions.IEndpointsProvider Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
package com.ksyun.api.sdk.regions;

import com.ksyun.api.sdk.auth.Credential;
import com.ksyun.api.sdk.exceptions.ClientException;

public interface IEndpointsProvider {
    //  Endpoint getEndpoints() throws ClientException;

    Endpoint getEndpoint(String region, String product) throws ClientException;

    Endpoint getEndpoint(String region, String product, String serviceCode, String endpointType, Credential credential,
                                LocationConfig locationConfig) throws ClientException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy