Uses of Class
com.oracle.bmc.delegateaccesscontrol.requests.ChangeDelegationControlCompartmentRequest
-
Packages that use ChangeDelegationControlCompartmentRequest Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.requests -
-
Uses of ChangeDelegationControlCompartmentRequest in com.oracle.bmc.delegateaccesscontrol
Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type ChangeDelegationControlCompartmentRequest Modifier and Type Method Description Future<ChangeDelegationControlCompartmentResponse>
DelegateAccessControlAsync. changeDelegationControlCompartment(ChangeDelegationControlCompartmentRequest request, AsyncHandler<ChangeDelegationControlCompartmentRequest,ChangeDelegationControlCompartmentResponse> handler)
Moves the Delegation Control resource into a different compartment.Future<ChangeDelegationControlCompartmentResponse>
DelegateAccessControlAsyncClient. changeDelegationControlCompartment(ChangeDelegationControlCompartmentRequest request, AsyncHandler<ChangeDelegationControlCompartmentRequest,ChangeDelegationControlCompartmentResponse> handler)
-
Uses of ChangeDelegationControlCompartmentRequest in com.oracle.bmc.delegateaccesscontrol.requests
Methods in com.oracle.bmc.delegateaccesscontrol.requests that return ChangeDelegationControlCompartmentRequest Modifier and Type Method Description ChangeDelegationControlCompartmentRequest
ChangeDelegationControlCompartmentRequest.Builder. build()
Build the instance of ChangeDelegationControlCompartmentRequest as configured by this builderChangeDelegationControlCompartmentRequest
ChangeDelegationControlCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDelegationControlCompartmentRequest as configured by this builderMethods in com.oracle.bmc.delegateaccesscontrol.requests with parameters of type ChangeDelegationControlCompartmentRequest Modifier and Type Method Description ChangeDelegationControlCompartmentRequest.Builder
ChangeDelegationControlCompartmentRequest.Builder. copy(ChangeDelegationControlCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-