Uses of Class
com.oracle.bmc.psql.responses.ChangeRoleToStandaloneResponse
-
Packages that use ChangeRoleToStandaloneResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of ChangeRoleToStandaloneResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return ChangeRoleToStandaloneResponse Modifier and Type Method Description ChangeRoleToStandaloneResponsePostgresql. changeRoleToStandalone(ChangeRoleToStandaloneRequest request)Convert a replica database system into a standalone database system.ChangeRoleToStandaloneResponsePostgresqlClient. changeRoleToStandalone(ChangeRoleToStandaloneRequest request)Methods in com.oracle.bmc.psql that return types with arguments of type ChangeRoleToStandaloneResponse 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)Method parameters in com.oracle.bmc.psql with type arguments of type ChangeRoleToStandaloneResponse 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 ChangeRoleToStandaloneResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return ChangeRoleToStandaloneResponse Modifier and Type Method Description ChangeRoleToStandaloneResponseChangeRoleToStandaloneResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type ChangeRoleToStandaloneResponse Modifier and Type Method Description ChangeRoleToStandaloneResponse.BuilderChangeRoleToStandaloneResponse.Builder. copy(ChangeRoleToStandaloneResponse o)Copy method to populate the builder with values from the given instance.
-