Uses of Interface
software.amazon.awssdk.services.rds.model.RebootDbShardGroupRequest.Builder
-
Packages that use RebootDbShardGroupRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of RebootDbShardGroupRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type RebootDbShardGroupRequest.Builder 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 RebootDbShardGroupResponseRdsClient. rebootDBShardGroup(Consumer<RebootDbShardGroupRequest.Builder> rebootDbShardGroupRequest)You might need to reboot your DB shard group, usually for maintenance reasons. -
Uses of RebootDbShardGroupRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RebootDbShardGroupRequest.Builder Modifier and Type Method Description static RebootDbShardGroupRequest.BuilderRebootDbShardGroupRequest. builder()RebootDbShardGroupRequest.BuilderRebootDbShardGroupRequest.Builder. dbShardGroupIdentifier(String dbShardGroupIdentifier)The name of the DB shard group to reboot.RebootDbShardGroupRequest.BuilderRebootDbShardGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RebootDbShardGroupRequest.BuilderRebootDbShardGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RebootDbShardGroupRequest.BuilderRebootDbShardGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RebootDbShardGroupRequest.Builder Modifier and Type Method Description static Class<? extends RebootDbShardGroupRequest.Builder>RebootDbShardGroupRequest. serializableBuilderClass()
-