Uses of Interface
software.amazon.awssdk.services.rds.model.RebootDbShardGroupRequest.Builder
Packages that use RebootDbShardGroupRequest.Builder
Package
Description
-
Uses of RebootDbShardGroupRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type RebootDbShardGroupRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.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.BuilderModifier and TypeMethodDescriptionRebootDbShardGroupRequest.builder()RebootDbShardGroupRequest.Builder.dbShardGroupIdentifier(String dbShardGroupIdentifier) The name of the DB shard group to reboot.RebootDbShardGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RebootDbShardGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RebootDbShardGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RebootDbShardGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RebootDbShardGroupRequest.Builder>RebootDbShardGroupRequest.serializableBuilderClass()