Uses of Class
software.amazon.awssdk.services.rds.model.RebootDbShardGroupResponse
Packages that use RebootDbShardGroupResponse
-
Uses of RebootDbShardGroupResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RebootDbShardGroupResponseModifier and TypeMethodDescriptiondefault 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 RebootDbShardGroupResponseModifier and TypeMethodDescriptionRdsAsyncClient.rebootDBShardGroup(Consumer<RebootDbShardGroupRequest.Builder> rebootDbShardGroupRequest) You might need to reboot your DB shard group, usually for maintenance reasons.RdsAsyncClient.rebootDBShardGroup(RebootDbShardGroupRequest rebootDbShardGroupRequest) You might need to reboot your DB shard group, usually for maintenance reasons.