Uses of Class
com.oracle.bmc.osmanagementhub.responses.ChangeManagedInstanceGroupCompartmentResponse
-
Packages that use ChangeManagedInstanceGroupCompartmentResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ChangeManagedInstanceGroupCompartmentResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ChangeManagedInstanceGroupCompartmentResponse Modifier and Type Method Description ChangeManagedInstanceGroupCompartmentResponse
ManagedInstanceGroup. changeManagedInstanceGroupCompartment(ChangeManagedInstanceGroupCompartmentRequest request)
Moves the specified managed instance group to a different compartment within the same tenancy.ChangeManagedInstanceGroupCompartmentResponse
ManagedInstanceGroupClient. changeManagedInstanceGroupCompartment(ChangeManagedInstanceGroupCompartmentRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ChangeManagedInstanceGroupCompartmentResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ChangeManagedInstanceGroupCompartmentResponse 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 ChangeManagedInstanceGroupCompartmentResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ChangeManagedInstanceGroupCompartmentResponse Modifier and Type Method Description ChangeManagedInstanceGroupCompartmentResponse
ChangeManagedInstanceGroupCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ChangeManagedInstanceGroupCompartmentResponse Modifier and Type Method Description ChangeManagedInstanceGroupCompartmentResponse.Builder
ChangeManagedInstanceGroupCompartmentResponse.Builder. copy(ChangeManagedInstanceGroupCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-