Uses of Class
com.oracle.bmc.database.requests.UpdateAutonomousDatabaseSoftwareImageRequest
- 
Packages that use UpdateAutonomousDatabaseSoftwareImageRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests 
- 
- 
Uses of UpdateAutonomousDatabaseSoftwareImageRequest in com.oracle.bmc.databaseMethod parameters in com.oracle.bmc.database with type arguments of type UpdateAutonomousDatabaseSoftwareImageRequest Modifier and Type Method Description Future<UpdateAutonomousDatabaseSoftwareImageResponse>DatabaseAsync. updateAutonomousDatabaseSoftwareImage(UpdateAutonomousDatabaseSoftwareImageRequest request, AsyncHandler<UpdateAutonomousDatabaseSoftwareImageRequest,UpdateAutonomousDatabaseSoftwareImageResponse> handler)Updates the properties of an Autonomous AI Database Software Image, like add tagsFuture<UpdateAutonomousDatabaseSoftwareImageResponse>DatabaseAsyncClient. updateAutonomousDatabaseSoftwareImage(UpdateAutonomousDatabaseSoftwareImageRequest request, AsyncHandler<UpdateAutonomousDatabaseSoftwareImageRequest,UpdateAutonomousDatabaseSoftwareImageResponse> handler)
- 
Uses of UpdateAutonomousDatabaseSoftwareImageRequest in com.oracle.bmc.database.requestsMethods in com.oracle.bmc.database.requests that return UpdateAutonomousDatabaseSoftwareImageRequest Modifier and Type Method Description UpdateAutonomousDatabaseSoftwareImageRequestUpdateAutonomousDatabaseSoftwareImageRequest.Builder. build()Build the instance of UpdateAutonomousDatabaseSoftwareImageRequest as configured by this builderUpdateAutonomousDatabaseSoftwareImageRequestUpdateAutonomousDatabaseSoftwareImageRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateAutonomousDatabaseSoftwareImageRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateAutonomousDatabaseSoftwareImageRequest Modifier and Type Method Description UpdateAutonomousDatabaseSoftwareImageRequest.BuilderUpdateAutonomousDatabaseSoftwareImageRequest.Builder. copy(UpdateAutonomousDatabaseSoftwareImageRequest o)Copy method to populate the builder with values from the given instance.
 
-