Uses of Class
com.oracle.bmc.core.responses.ChangeInstancePoolCompartmentResponse
-
Packages that use ChangeInstancePoolCompartmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ChangeInstancePoolCompartmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ChangeInstancePoolCompartmentResponse Modifier and Type Method Description ChangeInstancePoolCompartmentResponseComputeManagement. changeInstancePoolCompartment(ChangeInstancePoolCompartmentRequest request)Moves an instance pool into a different compartment within the same tenancy.ChangeInstancePoolCompartmentResponseComputeManagementClient. changeInstancePoolCompartment(ChangeInstancePoolCompartmentRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ChangeInstancePoolCompartmentResponse Modifier and Type Method Description Future<ChangeInstancePoolCompartmentResponse>ComputeManagementAsync. changeInstancePoolCompartment(ChangeInstancePoolCompartmentRequest request, AsyncHandler<ChangeInstancePoolCompartmentRequest,ChangeInstancePoolCompartmentResponse> handler)Moves an instance pool into a different compartment within the same tenancy.Future<ChangeInstancePoolCompartmentResponse>ComputeManagementAsyncClient. changeInstancePoolCompartment(ChangeInstancePoolCompartmentRequest request, AsyncHandler<ChangeInstancePoolCompartmentRequest,ChangeInstancePoolCompartmentResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type ChangeInstancePoolCompartmentResponse Modifier and Type Method Description Future<ChangeInstancePoolCompartmentResponse>ComputeManagementAsync. changeInstancePoolCompartment(ChangeInstancePoolCompartmentRequest request, AsyncHandler<ChangeInstancePoolCompartmentRequest,ChangeInstancePoolCompartmentResponse> handler)Moves an instance pool into a different compartment within the same tenancy.Future<ChangeInstancePoolCompartmentResponse>ComputeManagementAsyncClient. changeInstancePoolCompartment(ChangeInstancePoolCompartmentRequest request, AsyncHandler<ChangeInstancePoolCompartmentRequest,ChangeInstancePoolCompartmentResponse> handler) -
Uses of ChangeInstancePoolCompartmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ChangeInstancePoolCompartmentResponse Modifier and Type Method Description ChangeInstancePoolCompartmentResponseChangeInstancePoolCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ChangeInstancePoolCompartmentResponse Modifier and Type Method Description ChangeInstancePoolCompartmentResponse.BuilderChangeInstancePoolCompartmentResponse.Builder. copy(ChangeInstancePoolCompartmentResponse o)Copy method to populate the builder with values from the given instance.
-