Uses of Class
software.amazon.awssdk.services.rds.model.SwitchoverGlobalClusterResponse
Packages that use SwitchoverGlobalClusterResponse
-
Uses of SwitchoverGlobalClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return SwitchoverGlobalClusterResponseModifier and TypeMethodDescriptiondefault 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 SwitchoverGlobalClusterResponseModifier and TypeMethodDescriptionRdsAsyncClient.switchoverGlobalCluster(Consumer<SwitchoverGlobalClusterRequest.Builder> switchoverGlobalClusterRequest) Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.RdsAsyncClient.switchoverGlobalCluster(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest) Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.