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