Uses of Class
com.oracle.bmc.database.responses.CreatePluggableDatabaseResponse
-
Packages that use CreatePluggableDatabaseResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CreatePluggableDatabaseResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CreatePluggableDatabaseResponse Modifier and Type Method Description CreatePluggableDatabaseResponse
Database. createPluggableDatabase(CreatePluggableDatabaseRequest request)
Creates and starts a pluggable database in the specified container database.CreatePluggableDatabaseResponse
DatabaseClient. createPluggableDatabase(CreatePluggableDatabaseRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CreatePluggableDatabaseResponse Modifier and Type Method Description Future<CreatePluggableDatabaseResponse>
DatabaseAsync. createPluggableDatabase(CreatePluggableDatabaseRequest request, AsyncHandler<CreatePluggableDatabaseRequest,CreatePluggableDatabaseResponse> handler)
Creates and starts a pluggable database in the specified container database.Future<CreatePluggableDatabaseResponse>
DatabaseAsyncClient. createPluggableDatabase(CreatePluggableDatabaseRequest request, AsyncHandler<CreatePluggableDatabaseRequest,CreatePluggableDatabaseResponse> handler)
-
Uses of CreatePluggableDatabaseResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CreatePluggableDatabaseResponse Modifier and Type Method Description CreatePluggableDatabaseResponse
CreatePluggableDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreatePluggableDatabaseResponse Modifier and Type Method Description CreatePluggableDatabaseResponse.Builder
CreatePluggableDatabaseResponse.Builder. copy(CreatePluggableDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-