Uses of Class
com.oracle.bmc.psql.requests.FailoverDbSystemRequest
-
Packages that use FailoverDbSystemRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of FailoverDbSystemRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type FailoverDbSystemRequest Modifier and Type Method Description FailoverDbSystemResponse
Postgresql. failoverDbSystem(FailoverDbSystemRequest request)
Runs a failover operation.Future<FailoverDbSystemResponse>
PostgresqlAsync. failoverDbSystem(FailoverDbSystemRequest request, AsyncHandler<FailoverDbSystemRequest,FailoverDbSystemResponse> handler)
Runs a failover operation.Future<FailoverDbSystemResponse>
PostgresqlAsyncClient. failoverDbSystem(FailoverDbSystemRequest request, AsyncHandler<FailoverDbSystemRequest,FailoverDbSystemResponse> handler)
FailoverDbSystemResponse
PostgresqlClient. failoverDbSystem(FailoverDbSystemRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type FailoverDbSystemRequest Modifier and Type Method Description Future<FailoverDbSystemResponse>
PostgresqlAsync. failoverDbSystem(FailoverDbSystemRequest request, AsyncHandler<FailoverDbSystemRequest,FailoverDbSystemResponse> handler)
Runs a failover operation.Future<FailoverDbSystemResponse>
PostgresqlAsyncClient. failoverDbSystem(FailoverDbSystemRequest request, AsyncHandler<FailoverDbSystemRequest,FailoverDbSystemResponse> handler)
-
Uses of FailoverDbSystemRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return FailoverDbSystemRequest Modifier and Type Method Description FailoverDbSystemRequest
FailoverDbSystemRequest.Builder. build()
Build the instance of FailoverDbSystemRequest as configured by this builderFailoverDbSystemRequest
FailoverDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of FailoverDbSystemRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type FailoverDbSystemRequest Modifier and Type Method Description FailoverDbSystemRequest.Builder
FailoverDbSystemRequest.Builder. copy(FailoverDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-