Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.UpdateDelegationSubscriptionResponse
-
Packages that use UpdateDelegationSubscriptionResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of UpdateDelegationSubscriptionResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return UpdateDelegationSubscriptionResponse Modifier and Type Method Description UpdateDelegationSubscriptionResponse
DelegateAccessControl. updateDelegationSubscription(UpdateDelegationSubscriptionRequest request)
Updates the existing DelegationSubscription for a given Delegation Subscription ID.UpdateDelegationSubscriptionResponse
DelegateAccessControlClient. updateDelegationSubscription(UpdateDelegationSubscriptionRequest request)
Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type UpdateDelegationSubscriptionResponse Modifier and Type Method Description Future<UpdateDelegationSubscriptionResponse>
DelegateAccessControlAsync. updateDelegationSubscription(UpdateDelegationSubscriptionRequest request, AsyncHandler<UpdateDelegationSubscriptionRequest,UpdateDelegationSubscriptionResponse> handler)
Updates the existing DelegationSubscription for a given Delegation Subscription ID.Future<UpdateDelegationSubscriptionResponse>
DelegateAccessControlAsyncClient. updateDelegationSubscription(UpdateDelegationSubscriptionRequest request, AsyncHandler<UpdateDelegationSubscriptionRequest,UpdateDelegationSubscriptionResponse> handler)
Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type UpdateDelegationSubscriptionResponse Modifier and Type Method Description Future<UpdateDelegationSubscriptionResponse>
DelegateAccessControlAsync. updateDelegationSubscription(UpdateDelegationSubscriptionRequest request, AsyncHandler<UpdateDelegationSubscriptionRequest,UpdateDelegationSubscriptionResponse> handler)
Updates the existing DelegationSubscription for a given Delegation Subscription ID.Future<UpdateDelegationSubscriptionResponse>
DelegateAccessControlAsyncClient. updateDelegationSubscription(UpdateDelegationSubscriptionRequest request, AsyncHandler<UpdateDelegationSubscriptionRequest,UpdateDelegationSubscriptionResponse> handler)
-
Uses of UpdateDelegationSubscriptionResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return UpdateDelegationSubscriptionResponse Modifier and Type Method Description UpdateDelegationSubscriptionResponse
UpdateDelegationSubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type UpdateDelegationSubscriptionResponse Modifier and Type Method Description UpdateDelegationSubscriptionResponse.Builder
UpdateDelegationSubscriptionResponse.Builder. copy(UpdateDelegationSubscriptionResponse o)
Copy method to populate the builder with values from the given instance.
-