Uses of Class
software.amazon.awssdk.services.docdb.model.SwitchoverGlobalClusterResponse
-
Packages that use SwitchoverGlobalClusterResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of SwitchoverGlobalClusterResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return SwitchoverGlobalClusterResponse Modifier and Type Method Description default SwitchoverGlobalClusterResponseDocDbClient. switchoverGlobalCluster(Consumer<SwitchoverGlobalClusterRequest.Builder> switchoverGlobalClusterRequest)Switches over the specified secondary Amazon DocumentDB cluster to be the new primary Amazon DocumentDB cluster in the global database cluster.default SwitchoverGlobalClusterResponseDocDbClient. switchoverGlobalCluster(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest)Switches over the specified secondary Amazon DocumentDB cluster to be the new primary Amazon DocumentDB cluster in the global database cluster.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type SwitchoverGlobalClusterResponse Modifier and Type Method Description default CompletableFuture<SwitchoverGlobalClusterResponse>DocDbAsyncClient. switchoverGlobalCluster(Consumer<SwitchoverGlobalClusterRequest.Builder> switchoverGlobalClusterRequest)Switches over the specified secondary Amazon DocumentDB cluster to be the new primary Amazon DocumentDB cluster in the global database cluster.default CompletableFuture<SwitchoverGlobalClusterResponse>DocDbAsyncClient. switchoverGlobalCluster(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest)Switches over the specified secondary Amazon DocumentDB cluster to be the new primary Amazon DocumentDB cluster in the global database cluster.
-