Uses of Class
com.oracle.bmc.database.responses.UpdateDatabaseSoftwareImageResponse
-
Packages that use UpdateDatabaseSoftwareImageResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateDatabaseSoftwareImageResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateDatabaseSoftwareImageResponse Modifier and Type Method Description UpdateDatabaseSoftwareImageResponse
Database. updateDatabaseSoftwareImage(UpdateDatabaseSoftwareImageRequest request)
Updates the properties of a Database Software Image, like Display NmaeUpdateDatabaseSoftwareImageResponse
DatabaseClient. updateDatabaseSoftwareImage(UpdateDatabaseSoftwareImageRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type UpdateDatabaseSoftwareImageResponse Modifier and Type Method Description Future<UpdateDatabaseSoftwareImageResponse>
DatabaseAsync. updateDatabaseSoftwareImage(UpdateDatabaseSoftwareImageRequest request, AsyncHandler<UpdateDatabaseSoftwareImageRequest,UpdateDatabaseSoftwareImageResponse> handler)
Updates the properties of a Database Software Image, like Display NmaeFuture<UpdateDatabaseSoftwareImageResponse>
DatabaseAsyncClient. updateDatabaseSoftwareImage(UpdateDatabaseSoftwareImageRequest request, AsyncHandler<UpdateDatabaseSoftwareImageRequest,UpdateDatabaseSoftwareImageResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateDatabaseSoftwareImageResponse Modifier and Type Method Description Future<UpdateDatabaseSoftwareImageResponse>
DatabaseAsync. updateDatabaseSoftwareImage(UpdateDatabaseSoftwareImageRequest request, AsyncHandler<UpdateDatabaseSoftwareImageRequest,UpdateDatabaseSoftwareImageResponse> handler)
Updates the properties of a Database Software Image, like Display NmaeFuture<UpdateDatabaseSoftwareImageResponse>
DatabaseAsyncClient. updateDatabaseSoftwareImage(UpdateDatabaseSoftwareImageRequest request, AsyncHandler<UpdateDatabaseSoftwareImageRequest,UpdateDatabaseSoftwareImageResponse> handler)
-
Uses of UpdateDatabaseSoftwareImageResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateDatabaseSoftwareImageResponse Modifier and Type Method Description UpdateDatabaseSoftwareImageResponse
UpdateDatabaseSoftwareImageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateDatabaseSoftwareImageResponse Modifier and Type Method Description UpdateDatabaseSoftwareImageResponse.Builder
UpdateDatabaseSoftwareImageResponse.Builder. copy(UpdateDatabaseSoftwareImageResponse o)
Copy method to populate the builder with values from the given instance.
-