Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.ChangeDelegationControlCompartmentDetails
-
Packages that use ChangeDelegationControlCompartmentDetails Package Description com.oracle.bmc.delegateaccesscontrol.model com.oracle.bmc.delegateaccesscontrol.requests -
-
Uses of ChangeDelegationControlCompartmentDetails in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return ChangeDelegationControlCompartmentDetails Modifier and Type Method Description ChangeDelegationControlCompartmentDetails
ChangeDelegationControlCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type ChangeDelegationControlCompartmentDetails Modifier and Type Method Description ChangeDelegationControlCompartmentDetails.Builder
ChangeDelegationControlCompartmentDetails.Builder. copy(ChangeDelegationControlCompartmentDetails model)
-
Uses of ChangeDelegationControlCompartmentDetails in com.oracle.bmc.delegateaccesscontrol.requests
Methods in com.oracle.bmc.delegateaccesscontrol.requests that return ChangeDelegationControlCompartmentDetails Modifier and Type Method Description ChangeDelegationControlCompartmentDetails
ChangeDelegationControlCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeDelegationControlCompartmentDetails
ChangeDelegationControlCompartmentRequest. getChangeDelegationControlCompartmentDetails()
Moves the Delegation Control resource into a different compartment.Methods in com.oracle.bmc.delegateaccesscontrol.requests with parameters of type ChangeDelegationControlCompartmentDetails Modifier and Type Method Description ChangeDelegationControlCompartmentRequest.Builder
ChangeDelegationControlCompartmentRequest.Builder. body$(ChangeDelegationControlCompartmentDetails body)
Alternative setter for the body parameter.ChangeDelegationControlCompartmentRequest.Builder
ChangeDelegationControlCompartmentRequest.Builder. changeDelegationControlCompartmentDetails(ChangeDelegationControlCompartmentDetails changeDelegationControlCompartmentDetails)
Moves the Delegation Control resource into a different compartment.
-