Uses of Class
software.amazon.awssdk.services.rds.model.SwitchoverReadReplicaResponse
-
Packages that use SwitchoverReadReplicaResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of SwitchoverReadReplicaResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return SwitchoverReadReplicaResponse Modifier and Type Method Description default SwitchoverReadReplicaResponseRdsClient. switchoverReadReplica(Consumer<SwitchoverReadReplicaRequest.Builder> switchoverReadReplicaRequest)Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database.default SwitchoverReadReplicaResponseRdsClient. switchoverReadReplica(SwitchoverReadReplicaRequest switchoverReadReplicaRequest)Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database.Methods in software.amazon.awssdk.services.rds that return types with arguments of type SwitchoverReadReplicaResponse Modifier and Type Method Description default CompletableFuture<SwitchoverReadReplicaResponse>RdsAsyncClient. switchoverReadReplica(Consumer<SwitchoverReadReplicaRequest.Builder> switchoverReadReplicaRequest)Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database.default CompletableFuture<SwitchoverReadReplicaResponse>RdsAsyncClient. switchoverReadReplica(SwitchoverReadReplicaRequest switchoverReadReplicaRequest)Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database.
-