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