default DeleteDbShardGroupResponse |
RdsClient.deleteDBShardGroup(Consumer<DeleteDbShardGroupRequest.Builder> deleteDbShardGroupRequest) |
Deletes an Aurora Limitless Database DB shard group.
|
default DeleteDbShardGroupResponse |
RdsClient.deleteDBShardGroup(DeleteDbShardGroupRequest deleteDbShardGroupRequest) |
Deletes an Aurora Limitless Database DB shard group.
|
default RebootDbShardGroupResponse |
RdsClient.rebootDBShardGroup(Consumer<RebootDbShardGroupRequest.Builder> rebootDbShardGroupRequest) |
You might need to reboot your DB shard group, usually for maintenance reasons.
|
default RebootDbShardGroupResponse |
RdsClient.rebootDBShardGroup(RebootDbShardGroupRequest rebootDbShardGroupRequest) |
You might need to reboot your DB shard group, usually for maintenance reasons.
|
default StartDbClusterResponse |
RdsClient.startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest) |
Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster
CLI command, or the StopDBCluster operation.
|
default StartDbClusterResponse |
RdsClient.startDBCluster(StartDbClusterRequest startDbClusterRequest) |
Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster
CLI command, or the StopDBCluster operation.
|
default StopDbClusterResponse |
RdsClient.stopDBCluster(Consumer<StopDbClusterRequest.Builder> stopDbClusterRequest) |
Stops an Amazon Aurora DB cluster.
|
default StopDbClusterResponse |
RdsClient.stopDBCluster(StopDbClusterRequest stopDbClusterRequest) |
Stops an Amazon Aurora DB cluster.
|