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