Uses of Class
com.oracle.bmc.dataintegration.requests.ChangeDisApplicationCompartmentRequest
-
Packages that use ChangeDisApplicationCompartmentRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ChangeDisApplicationCompartmentRequest in com.oracle.bmc.dataintegration
Method parameters in com.oracle.bmc.dataintegration with type arguments of type ChangeDisApplicationCompartmentRequest Modifier and Type Method Description Future<ChangeDisApplicationCompartmentResponse>
DataIntegrationAsync. changeDisApplicationCompartment(ChangeDisApplicationCompartmentRequest request, AsyncHandler<ChangeDisApplicationCompartmentRequest,ChangeDisApplicationCompartmentResponse> handler)
Moves a DIS Application to a specified compartment.Future<ChangeDisApplicationCompartmentResponse>
DataIntegrationAsyncClient. changeDisApplicationCompartment(ChangeDisApplicationCompartmentRequest request, AsyncHandler<ChangeDisApplicationCompartmentRequest,ChangeDisApplicationCompartmentResponse> handler)
-
Uses of ChangeDisApplicationCompartmentRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ChangeDisApplicationCompartmentRequest Modifier and Type Method Description ChangeDisApplicationCompartmentRequest
ChangeDisApplicationCompartmentRequest.Builder. build()
Build the instance of ChangeDisApplicationCompartmentRequest as configured by this builderChangeDisApplicationCompartmentRequest
ChangeDisApplicationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDisApplicationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ChangeDisApplicationCompartmentRequest Modifier and Type Method Description ChangeDisApplicationCompartmentRequest.Builder
ChangeDisApplicationCompartmentRequest.Builder. copy(ChangeDisApplicationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-