Uses of Class
com.oracle.bmc.identity.responses.MoveCompartmentResponse
- 
Packages that use MoveCompartmentResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses 
- 
- 
Uses of MoveCompartmentResponse in com.oracle.bmc.identityMethods in com.oracle.bmc.identity that return MoveCompartmentResponse Modifier and Type Method Description MoveCompartmentResponseIdentity. moveCompartment(MoveCompartmentRequest request)Move the compartment to a different parent compartment in the same tenancy.MoveCompartmentResponseIdentityClient. moveCompartment(MoveCompartmentRequest request)Methods in com.oracle.bmc.identity that return types with arguments of type MoveCompartmentResponse Modifier and Type Method Description Future<MoveCompartmentResponse>IdentityAsync. moveCompartment(MoveCompartmentRequest request, AsyncHandler<MoveCompartmentRequest,MoveCompartmentResponse> handler)Move the compartment to a different parent compartment in the same tenancy.Future<MoveCompartmentResponse>IdentityAsyncClient. moveCompartment(MoveCompartmentRequest request, AsyncHandler<MoveCompartmentRequest,MoveCompartmentResponse> handler)Method parameters in com.oracle.bmc.identity with type arguments of type MoveCompartmentResponse Modifier and Type Method Description Future<MoveCompartmentResponse>IdentityAsync. moveCompartment(MoveCompartmentRequest request, AsyncHandler<MoveCompartmentRequest,MoveCompartmentResponse> handler)Move the compartment to a different parent compartment in the same tenancy.Future<MoveCompartmentResponse>IdentityAsyncClient. moveCompartment(MoveCompartmentRequest request, AsyncHandler<MoveCompartmentRequest,MoveCompartmentResponse> handler)
- 
Uses of MoveCompartmentResponse in com.oracle.bmc.identity.responsesMethods in com.oracle.bmc.identity.responses that return MoveCompartmentResponse Modifier and Type Method Description MoveCompartmentResponseMoveCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type MoveCompartmentResponse Modifier and Type Method Description MoveCompartmentResponse.BuilderMoveCompartmentResponse.Builder. copy(MoveCompartmentResponse o)Copy method to populate the builder with values from the given instance.
 
-