Uses of Class
com.oracle.bmc.integration.responses.ChangeIntegrationInstanceCompartmentResponse
-
Packages that use ChangeIntegrationInstanceCompartmentResponse Package Description com.oracle.bmc.integration com.oracle.bmc.integration.responses -
-
Uses of ChangeIntegrationInstanceCompartmentResponse in com.oracle.bmc.integration
Methods in com.oracle.bmc.integration that return ChangeIntegrationInstanceCompartmentResponse Modifier and Type Method Description ChangeIntegrationInstanceCompartmentResponse
IntegrationInstance. changeIntegrationInstanceCompartment(ChangeIntegrationInstanceCompartmentRequest request)
Change the compartment for an integration instanceChangeIntegrationInstanceCompartmentResponse
IntegrationInstanceClient. changeIntegrationInstanceCompartment(ChangeIntegrationInstanceCompartmentRequest request)
Methods in com.oracle.bmc.integration that return types with arguments of type ChangeIntegrationInstanceCompartmentResponse Modifier and Type Method Description Future<ChangeIntegrationInstanceCompartmentResponse>
IntegrationInstanceAsync. changeIntegrationInstanceCompartment(ChangeIntegrationInstanceCompartmentRequest request, AsyncHandler<ChangeIntegrationInstanceCompartmentRequest,ChangeIntegrationInstanceCompartmentResponse> handler)
Change the compartment for an integration instanceFuture<ChangeIntegrationInstanceCompartmentResponse>
IntegrationInstanceAsyncClient. changeIntegrationInstanceCompartment(ChangeIntegrationInstanceCompartmentRequest request, AsyncHandler<ChangeIntegrationInstanceCompartmentRequest,ChangeIntegrationInstanceCompartmentResponse> handler)
Method parameters in com.oracle.bmc.integration with type arguments of type ChangeIntegrationInstanceCompartmentResponse Modifier and Type Method Description Future<ChangeIntegrationInstanceCompartmentResponse>
IntegrationInstanceAsync. changeIntegrationInstanceCompartment(ChangeIntegrationInstanceCompartmentRequest request, AsyncHandler<ChangeIntegrationInstanceCompartmentRequest,ChangeIntegrationInstanceCompartmentResponse> handler)
Change the compartment for an integration instanceFuture<ChangeIntegrationInstanceCompartmentResponse>
IntegrationInstanceAsyncClient. changeIntegrationInstanceCompartment(ChangeIntegrationInstanceCompartmentRequest request, AsyncHandler<ChangeIntegrationInstanceCompartmentRequest,ChangeIntegrationInstanceCompartmentResponse> handler)
-
Uses of ChangeIntegrationInstanceCompartmentResponse in com.oracle.bmc.integration.responses
Methods in com.oracle.bmc.integration.responses that return ChangeIntegrationInstanceCompartmentResponse Modifier and Type Method Description ChangeIntegrationInstanceCompartmentResponse
ChangeIntegrationInstanceCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.integration.responses with parameters of type ChangeIntegrationInstanceCompartmentResponse Modifier and Type Method Description ChangeIntegrationInstanceCompartmentResponse.Builder
ChangeIntegrationInstanceCompartmentResponse.Builder. copy(ChangeIntegrationInstanceCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-