Uses of Class
com.oracle.bmc.osmanagementhub.requests.ChangeManagedInstanceGroupCompartmentRequest
-
Packages that use ChangeManagedInstanceGroupCompartmentRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ChangeManagedInstanceGroupCompartmentRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ChangeManagedInstanceGroupCompartmentRequest Modifier and Type Method Description Future<ChangeManagedInstanceGroupCompartmentResponse>
ManagedInstanceGroupAsync. changeManagedInstanceGroupCompartment(ChangeManagedInstanceGroupCompartmentRequest request, AsyncHandler<ChangeManagedInstanceGroupCompartmentRequest,ChangeManagedInstanceGroupCompartmentResponse> handler)
Moves the specified managed instance group to a different compartment within the same tenancy.Future<ChangeManagedInstanceGroupCompartmentResponse>
ManagedInstanceGroupAsyncClient. changeManagedInstanceGroupCompartment(ChangeManagedInstanceGroupCompartmentRequest request, AsyncHandler<ChangeManagedInstanceGroupCompartmentRequest,ChangeManagedInstanceGroupCompartmentResponse> handler)
-
Uses of ChangeManagedInstanceGroupCompartmentRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ChangeManagedInstanceGroupCompartmentRequest Modifier and Type Method Description ChangeManagedInstanceGroupCompartmentRequest
ChangeManagedInstanceGroupCompartmentRequest.Builder. build()
Build the instance of ChangeManagedInstanceGroupCompartmentRequest as configured by this builderChangeManagedInstanceGroupCompartmentRequest
ChangeManagedInstanceGroupCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeManagedInstanceGroupCompartmentRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ChangeManagedInstanceGroupCompartmentRequest Modifier and Type Method Description ChangeManagedInstanceGroupCompartmentRequest.Builder
ChangeManagedInstanceGroupCompartmentRequest.Builder. copy(ChangeManagedInstanceGroupCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-