Uses of Class
com.oracle.bmc.psql.requests.SwitchOverRequest
-
Packages that use SwitchOverRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of SwitchOverRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type SwitchOverRequest 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.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)SwitchOverResponsePostgresqlClient. switchOver(SwitchOverRequest request)Method parameters in com.oracle.bmc.psql with type arguments of type SwitchOverRequest 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 SwitchOverRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return SwitchOverRequest Modifier and Type Method Description SwitchOverRequestSwitchOverRequest.Builder. build()Build the instance of SwitchOverRequest as configured by this builderSwitchOverRequestSwitchOverRequest.Builder. buildWithoutInvocationCallback()Build the instance of SwitchOverRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type SwitchOverRequest Modifier and Type Method Description SwitchOverRequest.BuilderSwitchOverRequest.Builder. copy(SwitchOverRequest o)Copy method to populate the builder with values from the given instance.
-