Uses of Class
com.oracle.bmc.identity.requests.MoveCompartmentRequest
-
Packages that use MoveCompartmentRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of MoveCompartmentRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type MoveCompartmentRequest Modifier and Type Method Description MoveCompartmentResponse
Identity. moveCompartment(MoveCompartmentRequest request)
Move the compartment to a different parent compartment in the same tenancy.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)
MoveCompartmentResponse
IdentityClient. moveCompartment(MoveCompartmentRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type MoveCompartmentRequest 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 MoveCompartmentRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return MoveCompartmentRequest Modifier and Type Method Description MoveCompartmentRequest
MoveCompartmentRequest.Builder. build()
Build the instance of MoveCompartmentRequest as configured by this builderMoveCompartmentRequest
MoveCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of MoveCompartmentRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type MoveCompartmentRequest Modifier and Type Method Description MoveCompartmentRequest.Builder
MoveCompartmentRequest.Builder. copy(MoveCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-