Uses of Class
software.amazon.awssdk.services.rds.model.SwitchoverGlobalClusterRequest
-
Packages that use SwitchoverGlobalClusterRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of SwitchoverGlobalClusterRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type SwitchoverGlobalClusterRequest Modifier and Type Method Description 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.default SwitchoverGlobalClusterResponseRdsClient. switchoverGlobalCluster(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest)Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster. -
Uses of SwitchoverGlobalClusterRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type SwitchoverGlobalClusterRequest Modifier and Type Method Description SdkHttpFullRequestSwitchoverGlobalClusterRequestMarshaller. marshall(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest)
-