Uses of Class
com.oracle.bmc.dataintegration.responses.ChangeDisApplicationCompartmentResponse
-
Packages that use ChangeDisApplicationCompartmentResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ChangeDisApplicationCompartmentResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ChangeDisApplicationCompartmentResponse Modifier and Type Method Description ChangeDisApplicationCompartmentResponse
DataIntegration. changeDisApplicationCompartment(ChangeDisApplicationCompartmentRequest request)
Moves a DIS Application to a specified compartment.ChangeDisApplicationCompartmentResponse
DataIntegrationClient. changeDisApplicationCompartment(ChangeDisApplicationCompartmentRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ChangeDisApplicationCompartmentResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type ChangeDisApplicationCompartmentResponse 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 ChangeDisApplicationCompartmentResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ChangeDisApplicationCompartmentResponse Modifier and Type Method Description ChangeDisApplicationCompartmentResponse
ChangeDisApplicationCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ChangeDisApplicationCompartmentResponse Modifier and Type Method Description ChangeDisApplicationCompartmentResponse.Builder
ChangeDisApplicationCompartmentResponse.Builder. copy(ChangeDisApplicationCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-