Uses of Class
com.oracle.bmc.core.requests.ChangeInstanceConfigurationCompartmentRequest
-
Packages that use ChangeInstanceConfigurationCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangeInstanceConfigurationCompartmentRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ChangeInstanceConfigurationCompartmentRequest 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 ChangeInstanceConfigurationCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeInstanceConfigurationCompartmentRequest Modifier and Type Method Description ChangeInstanceConfigurationCompartmentRequest
ChangeInstanceConfigurationCompartmentRequest.Builder. build()
Build the instance of ChangeInstanceConfigurationCompartmentRequest as configured by this builderChangeInstanceConfigurationCompartmentRequest
ChangeInstanceConfigurationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeInstanceConfigurationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangeInstanceConfigurationCompartmentRequest Modifier and Type Method Description ChangeInstanceConfigurationCompartmentRequest.Builder
ChangeInstanceConfigurationCompartmentRequest.Builder. copy(ChangeInstanceConfigurationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-