Uses of Class
software.amazon.awssdk.services.rds.model.SwitchoverGlobalClusterResponse
-
Packages that use SwitchoverGlobalClusterResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of SwitchoverGlobalClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return SwitchoverGlobalClusterResponse Modifier and Type Method Description default SwitchoverGlobalClusterResponseRdsClient. switchoverGlobalCluster(Consumer<SwitchoverGlobalClusterRequest.Builder> switchoverGlobalClusterRequest)Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.default SwitchoverGlobalClusterResponseRdsClient. switchoverGlobalCluster(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest)Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.Methods in software.amazon.awssdk.services.rds that return types with arguments of type SwitchoverGlobalClusterResponse Modifier and Type Method Description default CompletableFuture<SwitchoverGlobalClusterResponse>RdsAsyncClient. switchoverGlobalCluster(Consumer<SwitchoverGlobalClusterRequest.Builder> switchoverGlobalClusterRequest)Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.default CompletableFuture<SwitchoverGlobalClusterResponse>RdsAsyncClient. switchoverGlobalCluster(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest)Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.
-