Uses of Class
com.oracle.bmc.database.responses.SwitchOverDataGuardResponse
-
Packages that use SwitchOverDataGuardResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of SwitchOverDataGuardResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return SwitchOverDataGuardResponse Modifier and Type Method Description SwitchOverDataGuardResponseDatabase. switchOverDataGuard(SwitchOverDataGuardRequest request)Performs a switchover to transition primary database of this Data Guard association into a standby role.SwitchOverDataGuardResponseDatabaseClient. switchOverDataGuard(SwitchOverDataGuardRequest request)Method parameters in com.oracle.bmc.database with type arguments of type SwitchOverDataGuardResponse Modifier and Type Method Description Future<SwitchOverDataGuardResponse>DatabaseAsync. switchOverDataGuard(SwitchOverDataGuardRequest request, AsyncHandler<SwitchOverDataGuardRequest,SwitchOverDataGuardResponse> handler)Performs a switchover to transition primary database of this Data Guard association into a standby role.Future<SwitchOverDataGuardResponse>DatabaseAsyncClient. switchOverDataGuard(SwitchOverDataGuardRequest request, AsyncHandler<SwitchOverDataGuardRequest,SwitchOverDataGuardResponse> handler) -
Uses of SwitchOverDataGuardResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return SwitchOverDataGuardResponse Modifier and Type Method Description SwitchOverDataGuardResponseSwitchOverDataGuardResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type SwitchOverDataGuardResponse Modifier and Type Method Description SwitchOverDataGuardResponse.BuilderSwitchOverDataGuardResponse.Builder. copy(SwitchOverDataGuardResponse o)Copy method to populate the builder with values from the given instance.
-