Uses of Class
com.oracle.bmc.delegateaccesscontrol.requests.UpdateDelegationControlRequest
- 
Packages that use UpdateDelegationControlRequest Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.requests 
- 
- 
Uses of UpdateDelegationControlRequest in com.oracle.bmc.delegateaccesscontrolMethods in com.oracle.bmc.delegateaccesscontrol with parameters of type UpdateDelegationControlRequest Modifier and Type Method Description UpdateDelegationControlResponseDelegateAccessControl. updateDelegationControl(UpdateDelegationControlRequest request)Updates the existing DelegationControl for a given Delegation Control ID.Future<UpdateDelegationControlResponse>DelegateAccessControlAsync. updateDelegationControl(UpdateDelegationControlRequest request, AsyncHandler<UpdateDelegationControlRequest,UpdateDelegationControlResponse> handler)Updates the existing DelegationControl for a given Delegation Control ID.Future<UpdateDelegationControlResponse>DelegateAccessControlAsyncClient. updateDelegationControl(UpdateDelegationControlRequest request, AsyncHandler<UpdateDelegationControlRequest,UpdateDelegationControlResponse> handler)UpdateDelegationControlResponseDelegateAccessControlClient. updateDelegationControl(UpdateDelegationControlRequest request)Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type UpdateDelegationControlRequest Modifier and Type Method Description Future<UpdateDelegationControlResponse>DelegateAccessControlAsync. updateDelegationControl(UpdateDelegationControlRequest request, AsyncHandler<UpdateDelegationControlRequest,UpdateDelegationControlResponse> handler)Updates the existing DelegationControl for a given Delegation Control ID.Future<UpdateDelegationControlResponse>DelegateAccessControlAsyncClient. updateDelegationControl(UpdateDelegationControlRequest request, AsyncHandler<UpdateDelegationControlRequest,UpdateDelegationControlResponse> handler)
- 
Uses of UpdateDelegationControlRequest in com.oracle.bmc.delegateaccesscontrol.requestsMethods in com.oracle.bmc.delegateaccesscontrol.requests that return UpdateDelegationControlRequest Modifier and Type Method Description UpdateDelegationControlRequestUpdateDelegationControlRequest.Builder. build()Build the instance of UpdateDelegationControlRequest as configured by this builderUpdateDelegationControlRequestUpdateDelegationControlRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateDelegationControlRequest as configured by this builderMethods in com.oracle.bmc.delegateaccesscontrol.requests with parameters of type UpdateDelegationControlRequest Modifier and Type Method Description UpdateDelegationControlRequest.BuilderUpdateDelegationControlRequest.Builder. copy(UpdateDelegationControlRequest o)Copy method to populate the builder with values from the given instance.
 
-