Uses of Class
com.oracle.bmc.database.responses.UpdateExternalPluggableDatabaseResponse
-
Packages that use UpdateExternalPluggableDatabaseResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateExternalPluggableDatabaseResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateExternalPluggableDatabaseResponse Modifier and Type Method Description UpdateExternalPluggableDatabaseResponse
Database. updateExternalPluggableDatabase(UpdateExternalPluggableDatabaseRequest request)
Updates the properties of ancreateExternalPluggableDatabaseDetails
resource, such as the display name.UpdateExternalPluggableDatabaseResponse
DatabaseClient. updateExternalPluggableDatabase(UpdateExternalPluggableDatabaseRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateExternalPluggableDatabaseResponse Modifier and Type Method Description Future<UpdateExternalPluggableDatabaseResponse>
DatabaseAsync. updateExternalPluggableDatabase(UpdateExternalPluggableDatabaseRequest request, AsyncHandler<UpdateExternalPluggableDatabaseRequest,UpdateExternalPluggableDatabaseResponse> handler)
Updates the properties of ancreateExternalPluggableDatabaseDetails
resource, such as the display name.Future<UpdateExternalPluggableDatabaseResponse>
DatabaseAsyncClient. updateExternalPluggableDatabase(UpdateExternalPluggableDatabaseRequest request, AsyncHandler<UpdateExternalPluggableDatabaseRequest,UpdateExternalPluggableDatabaseResponse> handler)
-
Uses of UpdateExternalPluggableDatabaseResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateExternalPluggableDatabaseResponse Modifier and Type Method Description UpdateExternalPluggableDatabaseResponse
UpdateExternalPluggableDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateExternalPluggableDatabaseResponse Modifier and Type Method Description UpdateExternalPluggableDatabaseResponse.Builder
UpdateExternalPluggableDatabaseResponse.Builder. copy(UpdateExternalPluggableDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-