Uses of Interface
software.amazon.awssdk.services.rds.model.RebootDbClusterRequest.Builder
Packages that use RebootDbClusterRequest.Builder
Package
Description
-
Uses of RebootDbClusterRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type RebootDbClusterRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<RebootDbClusterResponse>RdsAsyncClient.rebootDBCluster(Consumer<RebootDbClusterRequest.Builder> rebootDbClusterRequest) You might need to reboot your DB cluster, usually for maintenance reasons.default RebootDbClusterResponseRdsClient.rebootDBCluster(Consumer<RebootDbClusterRequest.Builder> rebootDbClusterRequest) You might need to reboot your DB cluster, usually for maintenance reasons. -
Uses of RebootDbClusterRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RebootDbClusterRequest.BuilderModifier and TypeMethodDescriptionRebootDbClusterRequest.builder()RebootDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The DB cluster identifier.RebootDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RebootDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RebootDbClusterRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RebootDbClusterRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RebootDbClusterRequest.Builder>RebootDbClusterRequest.serializableBuilderClass()