Uses of Class
com.oracle.bmc.psql.responses.CreateDbSystemResponse
-
Packages that use CreateDbSystemResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of CreateDbSystemResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return CreateDbSystemResponse Modifier and Type Method Description CreateDbSystemResponse
Postgresql. createDbSystem(CreateDbSystemRequest request)
Creates a new database system.CreateDbSystemResponse
PostgresqlClient. createDbSystem(CreateDbSystemRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type CreateDbSystemResponse Modifier and Type Method Description Future<CreateDbSystemResponse>
PostgresqlAsync. createDbSystem(CreateDbSystemRequest request, AsyncHandler<CreateDbSystemRequest,CreateDbSystemResponse> handler)
Creates a new database system.Future<CreateDbSystemResponse>
PostgresqlAsyncClient. createDbSystem(CreateDbSystemRequest request, AsyncHandler<CreateDbSystemRequest,CreateDbSystemResponse> handler)
Method parameters in com.oracle.bmc.psql with type arguments of type CreateDbSystemResponse Modifier and Type Method Description Future<CreateDbSystemResponse>
PostgresqlAsync. createDbSystem(CreateDbSystemRequest request, AsyncHandler<CreateDbSystemRequest,CreateDbSystemResponse> handler)
Creates a new database system.Future<CreateDbSystemResponse>
PostgresqlAsyncClient. createDbSystem(CreateDbSystemRequest request, AsyncHandler<CreateDbSystemRequest,CreateDbSystemResponse> handler)
-
Uses of CreateDbSystemResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return CreateDbSystemResponse Modifier and Type Method Description CreateDbSystemResponse
CreateDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type CreateDbSystemResponse Modifier and Type Method Description CreateDbSystemResponse.Builder
CreateDbSystemResponse.Builder. copy(CreateDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-