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