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