Uses of Class
com.baidubce.BceClientException

Packages that use BceClientException
com.baidubce   
com.baidubce.http   
com.baidubce.services.bcc   
com.baidubce.services.moladb   
com.baidubce.services.route   
com.baidubce.services.subnet   
com.baidubce.services.vpc   
 

Uses of BceClientException in com.baidubce
 

Subclasses of BceClientException in com.baidubce
 class BceServiceException
          Extension of BceClientException that represents an error response returned by a BCE service.
 

Uses of BceClientException in com.baidubce.http
 

Methods in com.baidubce.http with parameters of type BceClientException
 long DefaultRetryPolicy.getDelayBeforeNextRetryInMillis(BceClientException exception, int retriesAttempted)
          Returns the delay (in milliseconds) before next retry attempt.
 long RetryPolicy.getDelayBeforeNextRetryInMillis(BceClientException exception, int retriesAttempted)
          Returns the delay (in milliseconds) before next retry attempt.
protected  long BceHttpClient.getDelayBeforeNextRetryInMillis(org.apache.http.client.methods.HttpRequestBase method, BceClientException exception, int attempt, RetryPolicy retryPolicy)
          Get delay time before next retry.
protected  boolean DefaultRetryPolicy.shouldRetry(BceClientException exception, int retriesAttempted)
          Returns whether a failed request should be retried according to the given request context.
 

Uses of BceClientException in com.baidubce.services.bcc
 

Methods in com.baidubce.services.bcc that throw BceClientException
 CreateInstanceResponse BccClient.createInstance(CreateInstanceRequest request)
          Create a bcc Instance with the specified options, see all the supported instance in InstanceType You must fill the field of clientToken,which is especially for keeping idempotent.
 void BccClient.modifyInstancePassword(ModifyInstancePasswordRequest request)
          Modifying the password of the instance.
 void BccClient.modifyInstancePassword(String instanceId, String adminPass)
          Modifying the password of the instance.
 void BccClient.rebuildInstance(RebuildInstanceRequest request)
          Rebuilding the instance owned by the user.
 void BccClient.rebuildInstance(String instanceId, String imageId, String adminPass)
          Rebuilding the instance owned by the user.
 

Uses of BceClientException in com.baidubce.services.moladb
 

Methods in com.baidubce.services.moladb that throw BceClientException
 BatchGetItemResponse MolaDbClient.batchGetItem(BatchGetItemRequest request)
           The BatchGetItem operation get items with the given primary keys from Moladb.
 BatchWriteItemResponse MolaDbClient.batchWriteItem(BatchWriteItemRequest request)
           The BatchWriteItem operation write items with to Moladb.
 DeleteItemResponse MolaDbClient.deleteItem(DeleteItemRequest request)
           The DeleteItem operation delete the item with the given primary key.
 GetItemResponse MolaDbClient.getItem(GetItemRequest request)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 QueryResponse MolaDbClient.query(QueryRequest request)
           The Query operation get items from Moladb with Hash Key and an interval of Range Key
 UpdateItemResponse MolaDbClient.updateItem(UpdateItemRequest request)
           The UpdateItem operation update the item with the given primary key.
 

Uses of BceClientException in com.baidubce.services.route
 

Methods in com.baidubce.services.route that throw BceClientException
 CreateRouteResponse RouteClient.createRoute(CreateRouteRequest request)
          Create a route with the specified options.
 

Uses of BceClientException in com.baidubce.services.subnet
 

Methods in com.baidubce.services.subnet that throw BceClientException
 CreateSubnetResponse SubnetClient.createSubnet(CreateSubnetRequest request)
          Create a subnet with the specified options.
 

Uses of BceClientException in com.baidubce.services.vpc
 

Methods in com.baidubce.services.vpc that throw BceClientException
 CreateVpcResponse VpcClient.createVpc(CreateVpcRequest request)
          Create a vpc with the specified options.
 



Copyright © 2018. All rights reserved.