Uses of Class
com.oracle.bmc.database.requests.ChangeAutonomousDatabaseSoftwareImageCompartmentRequest
-
Packages that use ChangeAutonomousDatabaseSoftwareImageCompartmentRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ChangeAutonomousDatabaseSoftwareImageCompartmentRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type ChangeAutonomousDatabaseSoftwareImageCompartmentRequest Modifier and Type Method Description Waiter<ChangeAutonomousDatabaseSoftwareImageCompartmentRequest,ChangeAutonomousDatabaseSoftwareImageCompartmentResponse>
DatabaseWaiters. forChangeAutonomousDatabaseSoftwareImageCompartment(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request)
Creates a newWaiter
using the default configuration.Waiter<ChangeAutonomousDatabaseSoftwareImageCompartmentRequest,ChangeAutonomousDatabaseSoftwareImageCompartmentResponse>
DatabaseWaiters. forChangeAutonomousDatabaseSoftwareImageCompartment(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type ChangeAutonomousDatabaseSoftwareImageCompartmentRequest Modifier and Type Method Description Future<ChangeAutonomousDatabaseSoftwareImageCompartmentResponse>
DatabaseAsync. changeAutonomousDatabaseSoftwareImageCompartment(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request, AsyncHandler<ChangeAutonomousDatabaseSoftwareImageCompartmentRequest,ChangeAutonomousDatabaseSoftwareImageCompartmentResponse> handler)
Move the Autonomous Database Software Image and its dependent resources to the specified compartment.Future<ChangeAutonomousDatabaseSoftwareImageCompartmentResponse>
DatabaseAsyncClient. changeAutonomousDatabaseSoftwareImageCompartment(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request, AsyncHandler<ChangeAutonomousDatabaseSoftwareImageCompartmentRequest,ChangeAutonomousDatabaseSoftwareImageCompartmentResponse> handler)
-
Uses of ChangeAutonomousDatabaseSoftwareImageCompartmentRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeAutonomousDatabaseSoftwareImageCompartmentRequest Modifier and Type Method Description ChangeAutonomousDatabaseSoftwareImageCompartmentRequest
ChangeAutonomousDatabaseSoftwareImageCompartmentRequest.Builder. build()
Build the instance of ChangeAutonomousDatabaseSoftwareImageCompartmentRequest as configured by this builderChangeAutonomousDatabaseSoftwareImageCompartmentRequest
ChangeAutonomousDatabaseSoftwareImageCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAutonomousDatabaseSoftwareImageCompartmentRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ChangeAutonomousDatabaseSoftwareImageCompartmentRequest Modifier and Type Method Description ChangeAutonomousDatabaseSoftwareImageCompartmentRequest.Builder
ChangeAutonomousDatabaseSoftwareImageCompartmentRequest.Builder. copy(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-