Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.ChangeDelegationControlCompartmentResponse
-
Packages that use ChangeDelegationControlCompartmentResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of ChangeDelegationControlCompartmentResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return ChangeDelegationControlCompartmentResponse Modifier and Type Method Description ChangeDelegationControlCompartmentResponse
DelegateAccessControl. changeDelegationControlCompartment(ChangeDelegationControlCompartmentRequest request)
Moves the Delegation Control resource into a different compartment.ChangeDelegationControlCompartmentResponse
DelegateAccessControlClient. changeDelegationControlCompartment(ChangeDelegationControlCompartmentRequest request)
Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type ChangeDelegationControlCompartmentResponse 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)
Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type ChangeDelegationControlCompartmentResponse 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 ChangeDelegationControlCompartmentResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return ChangeDelegationControlCompartmentResponse Modifier and Type Method Description ChangeDelegationControlCompartmentResponse
ChangeDelegationControlCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type ChangeDelegationControlCompartmentResponse Modifier and Type Method Description ChangeDelegationControlCompartmentResponse.Builder
ChangeDelegationControlCompartmentResponse.Builder. copy(ChangeDelegationControlCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-