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.database
Method 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 Database Software Image, like add tagsFuture<UpdateAutonomousDatabaseSoftwareImageResponse>
DatabaseAsyncClient. updateAutonomousDatabaseSoftwareImage(UpdateAutonomousDatabaseSoftwareImageRequest request, AsyncHandler<UpdateAutonomousDatabaseSoftwareImageRequest,UpdateAutonomousDatabaseSoftwareImageResponse> handler)
-
Uses of UpdateAutonomousDatabaseSoftwareImageRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateAutonomousDatabaseSoftwareImageRequest Modifier and Type Method Description UpdateAutonomousDatabaseSoftwareImageRequest
UpdateAutonomousDatabaseSoftwareImageRequest.Builder. build()
Build the instance of UpdateAutonomousDatabaseSoftwareImageRequest as configured by this builderUpdateAutonomousDatabaseSoftwareImageRequest
UpdateAutonomousDatabaseSoftwareImageRequest.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.Builder
UpdateAutonomousDatabaseSoftwareImageRequest.Builder. copy(UpdateAutonomousDatabaseSoftwareImageRequest o)
Copy method to populate the builder with values from the given instance.
-