Uses of Interface
software.amazon.awssdk.services.docdb.model.StopDbClusterRequest.Builder
-
Packages that use StopDbClusterRequest.Builder Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.model -
-
Uses of StopDbClusterRequest.Builder in software.amazon.awssdk.services.docdb
Method parameters in software.amazon.awssdk.services.docdb with type arguments of type StopDbClusterRequest.Builder Modifier and Type Method Description default CompletableFuture<StopDbClusterResponse>DocDbAsyncClient. stopDBCluster(Consumer<StopDbClusterRequest.Builder> stopDbClusterRequest)Stops the running cluster that is specified byDBClusterIdentifier.default StopDbClusterResponseDocDbClient. stopDBCluster(Consumer<StopDbClusterRequest.Builder> stopDbClusterRequest)Stops the running cluster that is specified byDBClusterIdentifier. -
Uses of StopDbClusterRequest.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return StopDbClusterRequest.Builder Modifier and Type Method Description static StopDbClusterRequest.BuilderStopDbClusterRequest. builder()StopDbClusterRequest.BuilderStopDbClusterRequest.Builder. dbClusterIdentifier(String dbClusterIdentifier)The identifier of the cluster to stop.StopDbClusterRequest.BuilderStopDbClusterRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopDbClusterRequest.BuilderStopDbClusterRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopDbClusterRequest.BuilderStopDbClusterRequest. toBuilder()Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type StopDbClusterRequest.Builder Modifier and Type Method Description static Class<? extends StopDbClusterRequest.Builder>StopDbClusterRequest. serializableBuilderClass()
-