Uses of Class
software.amazon.awssdk.services.rds.model.RebootDbShardGroupResponse
-
Packages that use RebootDbShardGroupResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of RebootDbShardGroupResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RebootDbShardGroupResponse Modifier and Type Method Description default RebootDbShardGroupResponseRdsClient. rebootDBShardGroup(Consumer<RebootDbShardGroupRequest.Builder> rebootDbShardGroupRequest)You might need to reboot your DB shard group, usually for maintenance reasons.default RebootDbShardGroupResponseRdsClient. rebootDBShardGroup(RebootDbShardGroupRequest rebootDbShardGroupRequest)You might need to reboot your DB shard group, usually for maintenance reasons.Methods in software.amazon.awssdk.services.rds that return types with arguments of type RebootDbShardGroupResponse Modifier and Type Method Description default CompletableFuture<RebootDbShardGroupResponse>RdsAsyncClient. rebootDBShardGroup(Consumer<RebootDbShardGroupRequest.Builder> rebootDbShardGroupRequest)You might need to reboot your DB shard group, usually for maintenance reasons.default CompletableFuture<RebootDbShardGroupResponse>RdsAsyncClient. rebootDBShardGroup(RebootDbShardGroupRequest rebootDbShardGroupRequest)You might need to reboot your DB shard group, usually for maintenance reasons.
-