Uses of Class
com.oracle.bmc.psql.responses.SwitchOverResponse
-
Packages that use SwitchOverResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of SwitchOverResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return SwitchOverResponse Modifier and Type Method Description SwitchOverResponsePostgresql. switchOver(SwitchOverRequest request)Switchover the roles between a primary database system and its replica, making the replica the new primary and the original primary become its replica.SwitchOverResponsePostgresqlClient. switchOver(SwitchOverRequest request)Methods in com.oracle.bmc.psql that return types with arguments of type SwitchOverResponse Modifier and Type Method Description Future<SwitchOverResponse>PostgresqlAsync. switchOver(SwitchOverRequest request, AsyncHandler<SwitchOverRequest,SwitchOverResponse> handler)Switchover the roles between a primary database system and its replica, making the replica the new primary and the original primary become its replica.Future<SwitchOverResponse>PostgresqlAsyncClient. switchOver(SwitchOverRequest request, AsyncHandler<SwitchOverRequest,SwitchOverResponse> handler)Method parameters in com.oracle.bmc.psql with type arguments of type SwitchOverResponse Modifier and Type Method Description Future<SwitchOverResponse>PostgresqlAsync. switchOver(SwitchOverRequest request, AsyncHandler<SwitchOverRequest,SwitchOverResponse> handler)Switchover the roles between a primary database system and its replica, making the replica the new primary and the original primary become its replica.Future<SwitchOverResponse>PostgresqlAsyncClient. switchOver(SwitchOverRequest request, AsyncHandler<SwitchOverRequest,SwitchOverResponse> handler) -
Uses of SwitchOverResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return SwitchOverResponse Modifier and Type Method Description SwitchOverResponseSwitchOverResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type SwitchOverResponse Modifier and Type Method Description SwitchOverResponse.BuilderSwitchOverResponse.Builder. copy(SwitchOverResponse o)Copy method to populate the builder with values from the given instance.
-