Uses of Class
software.amazon.awssdk.services.rds.model.FailoverGlobalClusterResponse
Packages that use FailoverGlobalClusterResponse
-
Uses of FailoverGlobalClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return FailoverGlobalClusterResponseModifier and TypeMethodDescriptiondefault 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 FailoverGlobalClusterResponseModifier and TypeMethodDescriptionRdsAsyncClient.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.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.