Uses of Class
software.amazon.awssdk.services.rds.model.FailoverGlobalClusterResponse
-
Packages that use FailoverGlobalClusterResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of FailoverGlobalClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return FailoverGlobalClusterResponse Modifier and Type Method Description default FailoverGlobalClusterResponseRdsClient. failoverGlobalCluster(Consumer<FailoverGlobalClusterRequest.Builder> failoverGlobalClusterRequest)Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail over or switch over a global database.default FailoverGlobalClusterResponseRdsClient. failoverGlobalCluster(FailoverGlobalClusterRequest failoverGlobalClusterRequest)Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail over or switch over a global database.Methods in software.amazon.awssdk.services.rds that return types with arguments of type FailoverGlobalClusterResponse Modifier and Type Method Description default CompletableFuture<FailoverGlobalClusterResponse>RdsAsyncClient. failoverGlobalCluster(Consumer<FailoverGlobalClusterRequest.Builder> failoverGlobalClusterRequest)Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail over or switch over a global database.default CompletableFuture<FailoverGlobalClusterResponse>RdsAsyncClient. failoverGlobalCluster(FailoverGlobalClusterRequest failoverGlobalClusterRequest)Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail over or switch over a global database.
-