类 ObsClientAsync

java.lang.Object
com.obs.services.internal.RestConnectionService
com.obs.services.internal.RestStorageService
com.obs.services.internal.service.AbstractRequestConvertor
com.obs.services.internal.service.AclHeaderConvertor
com.obs.services.internal.service.RequestConvertor
com.obs.services.internal.service.ObsBucketBaseService
com.obs.services.internal.service.ObsBucketAdvanceService
com.obs.services.internal.service.ObsObjectBaseService
com.obs.services.internal.service.ObsMultipartObjectService
所有已实现的接口:
IFSClient, IObsBucketExtendClient, IObsClient, IObsClientAsync, Closeable, AutoCloseable

public class ObsClientAsync extends ObsClient implements IObsClientAsync
  • 构造器详细资料

    • ObsClientAsync

      public ObsClientAsync(String endPoint)
      Constructor
      参数:
      endPoint - OBS endpoint
    • ObsClientAsync

      public ObsClientAsync(ObsConfiguration config)
      Constructor
      参数:
      config - Configuration parameters of ObsClient
    • ObsClientAsync

      public ObsClientAsync(String accessKey, String secretKey, String endPoint)
      Constructor
      参数:
      accessKey - AK in the access key
      secretKey - SK in the access key
      endPoint - OBS endpoint
    • ObsClientAsync

      public ObsClientAsync(String accessKey, String secretKey, ObsConfiguration config)
      Constructor
      参数:
      accessKey - AK in the access key
      secretKey - SK in the access key
      config - Configuration parameters of ObsClient
    • ObsClientAsync

      public ObsClientAsync(String accessKey, String secretKey, String securityToken, String endPoint)
      Constructor
      参数:
      accessKey - AK in the temporary access key
      secretKey - SK in the temporary access key
      securityToken - Security token
      endPoint - OBS endpoint
    • ObsClientAsync

      public ObsClientAsync(String accessKey, String secretKey, String securityToken, ObsConfiguration config)
      Constructor
      参数:
      accessKey - AK in the temporary access key
      secretKey - SK in the temporary access key
      securityToken - Security token
      config - Configuration parameters of ObsClient
    • ObsClientAsync

      public ObsClientAsync(IObsCredentialsProvider provider, String endPoint)
    • ObsClientAsync

      public ObsClientAsync(IObsCredentialsProvider provider, ObsConfiguration config)
  • 方法详细资料