Uses of Class
software.amazon.awssdk.services.rds.model.RebootDbShardGroupRequest
-
Packages that use RebootDbShardGroupRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of RebootDbShardGroupRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type RebootDbShardGroupRequest Modifier and Type Method Description default CompletableFuture<RebootDbShardGroupResponse>RdsAsyncClient. rebootDBShardGroup(RebootDbShardGroupRequest 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. -
Uses of RebootDbShardGroupRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type RebootDbShardGroupRequest Modifier and Type Method Description SdkHttpFullRequestRebootDbShardGroupRequestMarshaller. marshall(RebootDbShardGroupRequest rebootDbShardGroupRequest)
-