| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
BceServiceException
Extension of BceClientException that represents an error response returned by a BCE service.
|
| Modifier and Type | Method and Description |
|---|---|
long |
RetryPolicy.getDelayBeforeNextRetryInMillis(BceClientException exception,
int retriesAttempted)
Returns the delay (in milliseconds) before next retry attempt.
|
long |
DefaultRetryPolicy.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRouteResponse |
RouteClient.createRoute(CreateRouteRequest request)
Create a route with the specified options.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSubnetResponse |
SubnetClient.createSubnet(CreateSubnetRequest request)
Create a subnet with the specified options.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcResponse |
VpcClient.createVpc(CreateVpcRequest request)
Create a vpc with the specified options.
|
Copyright © 2018. All rights reserved.