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 ChangeInstancePoolCompartmentResponse
ComputeManagement. changeInstancePoolCompartment(ChangeInstancePoolCompartmentRequest request)
Moves an instance pool into a different compartment within the same tenancy.ChangeInstancePoolCompartmentResponse
ComputeManagementClient. 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 ChangeInstancePoolCompartmentResponse
ChangeInstancePoolCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ChangeInstancePoolCompartmentResponse Modifier and Type Method Description ChangeInstancePoolCompartmentResponse.Builder
ChangeInstancePoolCompartmentResponse.Builder. copy(ChangeInstancePoolCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-