Uses of Interface
software.amazon.awssdk.services.rds.model.StartDbClusterRequest.Builder
-
Packages that use StartDbClusterRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of StartDbClusterRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type StartDbClusterRequest.Builder Modifier and Type Method Description default CompletableFuture<StartDbClusterResponse>RdsAsyncClient. startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or theStopDBClusteroperation.default StartDbClusterResponseRdsClient. startDBCluster(Consumer<StartDbClusterRequest.Builder> startDbClusterRequest)Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or theStopDBClusteroperation. -
Uses of StartDbClusterRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return StartDbClusterRequest.Builder Modifier and Type Method Description static StartDbClusterRequest.BuilderStartDbClusterRequest. builder()StartDbClusterRequest.BuilderStartDbClusterRequest.Builder. dbClusterIdentifier(String dbClusterIdentifier)The DB cluster identifier of the Amazon Aurora DB cluster to be started.StartDbClusterRequest.BuilderStartDbClusterRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDbClusterRequest.BuilderStartDbClusterRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDbClusterRequest.BuilderStartDbClusterRequest. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type StartDbClusterRequest.Builder Modifier and Type Method Description static Class<? extends StartDbClusterRequest.Builder>StartDbClusterRequest. serializableBuilderClass()
-