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.identity
Methods in com.oracle.bmc.identity that return MoveCompartmentResponse Modifier and Type Method Description MoveCompartmentResponse
Identity. moveCompartment(MoveCompartmentRequest request)
Move the compartment to a different parent compartment in the same tenancy.MoveCompartmentResponse
IdentityClient. 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.responses
Methods in com.oracle.bmc.identity.responses that return MoveCompartmentResponse Modifier and Type Method Description MoveCompartmentResponse
MoveCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type MoveCompartmentResponse Modifier and Type Method Description MoveCompartmentResponse.Builder
MoveCompartmentResponse.Builder. copy(MoveCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-