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