Uses of Class
software.amazon.awssdk.services.docdb.model.FailoverGlobalClusterResponse
-
Packages that use FailoverGlobalClusterResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of FailoverGlobalClusterResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return FailoverGlobalClusterResponse Modifier and Type Method Description default FailoverGlobalClusterResponseDocDbClient. failoverGlobalCluster(Consumer<FailoverGlobalClusterRequest.Builder> failoverGlobalClusterRequest)Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs.default FailoverGlobalClusterResponseDocDbClient. failoverGlobalCluster(FailoverGlobalClusterRequest failoverGlobalClusterRequest)Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type FailoverGlobalClusterResponse Modifier and Type Method Description default CompletableFuture<FailoverGlobalClusterResponse>DocDbAsyncClient. failoverGlobalCluster(Consumer<FailoverGlobalClusterRequest.Builder> failoverGlobalClusterRequest)Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs.default CompletableFuture<FailoverGlobalClusterResponse>DocDbAsyncClient. failoverGlobalCluster(FailoverGlobalClusterRequest failoverGlobalClusterRequest)Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs.
-