Uses of Class
com.oracle.bmc.psql.requests.ChangeRoleToStandaloneRequest
-
Packages that use ChangeRoleToStandaloneRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of ChangeRoleToStandaloneRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type ChangeRoleToStandaloneRequest Modifier and Type Method Description ChangeRoleToStandaloneResponsePostgresql. changeRoleToStandalone(ChangeRoleToStandaloneRequest request)Convert a replica database system into a standalone database system.Future<ChangeRoleToStandaloneResponse>PostgresqlAsync. changeRoleToStandalone(ChangeRoleToStandaloneRequest request, AsyncHandler<ChangeRoleToStandaloneRequest,ChangeRoleToStandaloneResponse> handler)Convert a replica database system into a standalone database system.Future<ChangeRoleToStandaloneResponse>PostgresqlAsyncClient. changeRoleToStandalone(ChangeRoleToStandaloneRequest request, AsyncHandler<ChangeRoleToStandaloneRequest,ChangeRoleToStandaloneResponse> handler)ChangeRoleToStandaloneResponsePostgresqlClient. changeRoleToStandalone(ChangeRoleToStandaloneRequest request)Method parameters in com.oracle.bmc.psql with type arguments of type ChangeRoleToStandaloneRequest Modifier and Type Method Description Future<ChangeRoleToStandaloneResponse>PostgresqlAsync. changeRoleToStandalone(ChangeRoleToStandaloneRequest request, AsyncHandler<ChangeRoleToStandaloneRequest,ChangeRoleToStandaloneResponse> handler)Convert a replica database system into a standalone database system.Future<ChangeRoleToStandaloneResponse>PostgresqlAsyncClient. changeRoleToStandalone(ChangeRoleToStandaloneRequest request, AsyncHandler<ChangeRoleToStandaloneRequest,ChangeRoleToStandaloneResponse> handler) -
Uses of ChangeRoleToStandaloneRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return ChangeRoleToStandaloneRequest Modifier and Type Method Description ChangeRoleToStandaloneRequestChangeRoleToStandaloneRequest.Builder. build()Build the instance of ChangeRoleToStandaloneRequest as configured by this builderChangeRoleToStandaloneRequestChangeRoleToStandaloneRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeRoleToStandaloneRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type ChangeRoleToStandaloneRequest Modifier and Type Method Description ChangeRoleToStandaloneRequest.BuilderChangeRoleToStandaloneRequest.Builder. copy(ChangeRoleToStandaloneRequest o)Copy method to populate the builder with values from the given instance.
-