Uses of Class
software.amazon.awssdk.services.rds.model.StartDbClusterResponse
Packages that use StartDbClusterResponse
-
Uses of StartDbClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return StartDbClusterResponseModifier and TypeMethodDescriptiondefault 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 StartDbClusterResponseModifier and TypeMethodDescriptiondefault 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.