| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
RebootDBShardGroupResult |
AbstractAmazonRDS.rebootDBShardGroup(RebootDBShardGroupRequest request) |
RebootDBShardGroupResult |
AmazonRDSClient.rebootDBShardGroup(RebootDBShardGroupRequest request)
You might need to reboot your DB shard group, usually for maintenance reasons.
|
RebootDBShardGroupResult |
AmazonRDS.rebootDBShardGroup(RebootDBShardGroupRequest rebootDBShardGroupRequest)
You might need to reboot your DB shard group, usually for maintenance reasons.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RebootDBShardGroupResult> |
AbstractAmazonRDSAsync.rebootDBShardGroupAsync(RebootDBShardGroupRequest request,
AsyncHandler<RebootDBShardGroupRequest,RebootDBShardGroupResult> asyncHandler) |
Future<RebootDBShardGroupResult> |
AmazonRDSAsync.rebootDBShardGroupAsync(RebootDBShardGroupRequest rebootDBShardGroupRequest,
AsyncHandler<RebootDBShardGroupRequest,RebootDBShardGroupResult> asyncHandler)
You might need to reboot your DB shard group, usually for maintenance reasons.
|
Future<RebootDBShardGroupResult> |
AmazonRDSAsyncClient.rebootDBShardGroupAsync(RebootDBShardGroupRequest request,
AsyncHandler<RebootDBShardGroupRequest,RebootDBShardGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RebootDBShardGroupResult |
RebootDBShardGroupResult.clone() |
RebootDBShardGroupResult |
RebootDBShardGroupResult.withComputeRedundancy(Integer computeRedundancy)
Specifies whether to create standby instances for the DB shard group.
|
RebootDBShardGroupResult |
RebootDBShardGroupResult.withDBClusterIdentifier(String dBClusterIdentifier)
The name of the primary DB cluster for the DB shard group.
|
RebootDBShardGroupResult |
RebootDBShardGroupResult.withDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group.
|
RebootDBShardGroupResult |
RebootDBShardGroupResult.withDBShardGroupResourceId(String dBShardGroupResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
|
RebootDBShardGroupResult |
RebootDBShardGroupResult.withEndpoint(String endpoint)
The connection endpoint for the DB shard group.
|
RebootDBShardGroupResult |
RebootDBShardGroupResult.withMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
RebootDBShardGroupResult |
RebootDBShardGroupResult.withPubliclyAccessible(Boolean publiclyAccessible)
Indicates whether the DB shard group is publicly accessible.
|
RebootDBShardGroupResult |
RebootDBShardGroupResult.withStatus(String status)
The status of the DB shard group.
|
Copyright © 2024. All rights reserved.