Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateExternalMysqlDatabaseResponse
- 
Packages that use UpdateExternalMysqlDatabaseResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses 
- 
- 
Uses of UpdateExternalMysqlDatabaseResponse in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return UpdateExternalMysqlDatabaseResponse Modifier and Type Method Description UpdateExternalMysqlDatabaseResponseDbManagement. updateExternalMysqlDatabase(UpdateExternalMysqlDatabaseRequest request)Updates the External Mysql Database.UpdateExternalMysqlDatabaseResponseDbManagementClient. updateExternalMysqlDatabase(UpdateExternalMysqlDatabaseRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateExternalMysqlDatabaseResponse Modifier and Type Method Description Future<UpdateExternalMysqlDatabaseResponse>DbManagementAsync. updateExternalMysqlDatabase(UpdateExternalMysqlDatabaseRequest request, AsyncHandler<UpdateExternalMysqlDatabaseRequest,UpdateExternalMysqlDatabaseResponse> handler)Updates the External Mysql Database.Future<UpdateExternalMysqlDatabaseResponse>DbManagementAsyncClient. updateExternalMysqlDatabase(UpdateExternalMysqlDatabaseRequest request, AsyncHandler<UpdateExternalMysqlDatabaseRequest,UpdateExternalMysqlDatabaseResponse> handler)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalMysqlDatabaseResponse Modifier and Type Method Description Future<UpdateExternalMysqlDatabaseResponse>DbManagementAsync. updateExternalMysqlDatabase(UpdateExternalMysqlDatabaseRequest request, AsyncHandler<UpdateExternalMysqlDatabaseRequest,UpdateExternalMysqlDatabaseResponse> handler)Updates the External Mysql Database.Future<UpdateExternalMysqlDatabaseResponse>DbManagementAsyncClient. updateExternalMysqlDatabase(UpdateExternalMysqlDatabaseRequest request, AsyncHandler<UpdateExternalMysqlDatabaseRequest,UpdateExternalMysqlDatabaseResponse> handler)
- 
Uses of UpdateExternalMysqlDatabaseResponse in com.oracle.bmc.databasemanagement.responsesMethods in com.oracle.bmc.databasemanagement.responses that return UpdateExternalMysqlDatabaseResponse Modifier and Type Method Description UpdateExternalMysqlDatabaseResponseUpdateExternalMysqlDatabaseResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateExternalMysqlDatabaseResponse Modifier and Type Method Description UpdateExternalMysqlDatabaseResponse.BuilderUpdateExternalMysqlDatabaseResponse.Builder. copy(UpdateExternalMysqlDatabaseResponse o)Copy method to populate the builder with values from the given instance.
 
-