Uses of Class
software.amazon.awssdk.services.rds.model.StartDbClusterResponse
-
Packages that use StartDbClusterResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of StartDbClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return StartDbClusterResponse Modifier and Type Method Description 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.default StartDbClusterResponseRdsClient. startDBCluster(StartDbClusterRequest startDbClusterRequest)Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or theStopDBClusteroperation.Methods in software.amazon.awssdk.services.rds that return types with arguments of type StartDbClusterResponse 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 CompletableFuture<StartDbClusterResponse>RdsAsyncClient. startDBCluster(StartDbClusterRequest startDbClusterRequest)Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or theStopDBClusteroperation.
-