Uses of Class
com.oracle.bmc.psql.requests.CreateDbSystemRequest
-
Packages that use CreateDbSystemRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of CreateDbSystemRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type CreateDbSystemRequest Modifier and Type Method Description CreateDbSystemResponse
Postgresql. createDbSystem(CreateDbSystemRequest request)
Creates a new database system.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)
CreateDbSystemResponse
PostgresqlClient. createDbSystem(CreateDbSystemRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type CreateDbSystemRequest 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 CreateDbSystemRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return CreateDbSystemRequest Modifier and Type Method Description CreateDbSystemRequest
CreateDbSystemRequest.Builder. build()
Build the instance of CreateDbSystemRequest as configured by this builderCreateDbSystemRequest
CreateDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDbSystemRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type CreateDbSystemRequest Modifier and Type Method Description CreateDbSystemRequest.Builder
CreateDbSystemRequest.Builder. copy(CreateDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-