Uses of Class
software.amazon.awssdk.services.rds.model.FailoverGlobalClusterRequest
-
Packages that use FailoverGlobalClusterRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of FailoverGlobalClusterRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type FailoverGlobalClusterRequest Modifier and Type Method Description default CompletableFuture<FailoverGlobalClusterResponse>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.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. -
Uses of FailoverGlobalClusterRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type FailoverGlobalClusterRequest Modifier and Type Method Description SdkHttpFullRequestFailoverGlobalClusterRequestMarshaller. marshall(FailoverGlobalClusterRequest failoverGlobalClusterRequest)
-