Uses of Class
com.oracle.bmc.database.requests.ChangeCloudExadataInfrastructureCompartmentRequest
-
Packages that use ChangeCloudExadataInfrastructureCompartmentRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ChangeCloudExadataInfrastructureCompartmentRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type ChangeCloudExadataInfrastructureCompartmentRequest Modifier and Type Method Description Waiter<ChangeCloudExadataInfrastructureCompartmentRequest,ChangeCloudExadataInfrastructureCompartmentResponse>
DatabaseWaiters. forChangeCloudExadataInfrastructureCompartment(ChangeCloudExadataInfrastructureCompartmentRequest request)
Creates a newWaiter
using the default configuration.Waiter<ChangeCloudExadataInfrastructureCompartmentRequest,ChangeCloudExadataInfrastructureCompartmentResponse>
DatabaseWaiters. forChangeCloudExadataInfrastructureCompartment(ChangeCloudExadataInfrastructureCompartmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type ChangeCloudExadataInfrastructureCompartmentRequest Modifier and Type Method Description Future<ChangeCloudExadataInfrastructureCompartmentResponse>
DatabaseAsync. changeCloudExadataInfrastructureCompartment(ChangeCloudExadataInfrastructureCompartmentRequest request, AsyncHandler<ChangeCloudExadataInfrastructureCompartmentRequest,ChangeCloudExadataInfrastructureCompartmentResponse> handler)
Moves a cloud Exadata infrastructure resource and its dependent resources to another compartment.Future<ChangeCloudExadataInfrastructureCompartmentResponse>
DatabaseAsyncClient. changeCloudExadataInfrastructureCompartment(ChangeCloudExadataInfrastructureCompartmentRequest request, AsyncHandler<ChangeCloudExadataInfrastructureCompartmentRequest,ChangeCloudExadataInfrastructureCompartmentResponse> handler)
-
Uses of ChangeCloudExadataInfrastructureCompartmentRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeCloudExadataInfrastructureCompartmentRequest Modifier and Type Method Description ChangeCloudExadataInfrastructureCompartmentRequest
ChangeCloudExadataInfrastructureCompartmentRequest.Builder. build()
Build the instance of ChangeCloudExadataInfrastructureCompartmentRequest as configured by this builderChangeCloudExadataInfrastructureCompartmentRequest
ChangeCloudExadataInfrastructureCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeCloudExadataInfrastructureCompartmentRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ChangeCloudExadataInfrastructureCompartmentRequest Modifier and Type Method Description ChangeCloudExadataInfrastructureCompartmentRequest.Builder
ChangeCloudExadataInfrastructureCompartmentRequest.Builder. copy(ChangeCloudExadataInfrastructureCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-