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