| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBbcInstanceResponse |
BbcClient.createInstance(CreateBbcInstanceRequest 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. |
GetInstanceVpcResponse |
BbcClient.getInstanceVpcsubnet(GetInstanceVpcRequest request)
Get the Vpc/Subnet information of specified bbc instance.
|
void |
BbcClient.modifyBbcPassword(ModifyInstancePasswordRequest request)
Modifying the password of the bbc instance.
|
void |
BbcClient.rebuildBbcInstance(RebuildBbcInstanceRequest request)
Rebuilding the bbc instance owned by the user.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInstanceResponse |
BccClient.createBidInstance(CreateInstanceRequest request)
Create a bcc bidding Instance with the specified options,
You must fill the field with clientToken,which is especially for keeping idempotent.
|
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 with clientToken,which is especially for keeping idempotent. |
CreateInstanceResponse |
BccClient.createInstanceBySpec(CreateInstanceRequest request)
Create a bcc Instance by spec
see all the supported instance in
InstanceType
You must fill the field with clientToken,which is especially for keeping idempotent. |
GetBidInstancePriceResponse |
BccClient.getBidInstancePrice(GetBidInstancePriceRequest request)
Query market price of bidding instance
|
void |
BccClient.modifyInstanceHostname(ModifyInstanceHostnameRequest request)
Modifying the hostname to new value of the instance.
|
void |
BccClient.modifyInstanceHostname(String instanceId,
String hostname,
boolean isReboot,
boolean isOpenHostnameDomain) |
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.rebuildBatchInstance(List<String> instanceIds,
String imageId,
String adminPass)
Rebuilding the instance owned by the user by batch.
|
void |
BccClient.rebuildBatchInstance(List<String> instanceIds,
String imageId,
String adminPass,
String keypairId)
Rebuilding the instance owned by the user by batch.
|
void |
BccClient.rebuildBatchInstance(RebuildBatchInstanceRequest request)
Rebuilding the instance owned by the user.
|
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.
|
void |
BccClient.rebuildInstance(String instanceId,
String imageId,
String adminPass,
String keypairId)
Rebuilding the instance owned by the user.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteInstanceResponse |
BciClient.batchDeleteInstance(DeleteInstanceRequest request)
batch delete bci instance with the specified options.
|
CreateInstanceResponse |
BciClient.createInstance(CreateInstanceRequest request)
Create a bci instance with the specified options.
|
DeleteInstanceResponse |
BciClient.deleteInstance(String instanceId)
Describe a bci instance with the specified options.
|
DeleteInstanceResponse |
BciClient.deleteInstance(String instanceId,
Boolean relatedReleaseFlag)
Delete a bci instance with the specified options.
|
GetInstanceResponse |
BciClient.getInstance(GetInstanceRequest request)
Get the bci instance with the specified options.
|
GetInstanceResponse |
BciClient.getInstance(String instanceId)
Get the bci instance with the specified options.
|
ListInstancesResponse |
BciClient.listInstances()
Get the bci instance with the specified options.
|
ListInstancesResponse |
BciClient.listInstances(ListInstancesRequest request)
Get the bci instance with the specified options.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserResponse |
KafkaClient.createUser(CreateUserRequest request)
创建用户
Create a user with the specified options.
|
ResetUserPasswordResponse |
KafkaClient.resetUserPassword(ResetUserPasswordRequest request)
重置用户密码
Reset a password of a 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 |
|---|---|
CreateProbeResponse |
ProbeClient.createProbe(CreateProbeRequest request)
Create a Probe with the specified options.
|
| 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 © 2024. All rights reserved.