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