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.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol with parameters of type UpdateDelegationControlRequest Modifier and Type Method Description UpdateDelegationControlResponse
DelegateAccessControl. 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)
UpdateDelegationControlResponse
DelegateAccessControlClient. 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.requests
Methods in com.oracle.bmc.delegateaccesscontrol.requests that return UpdateDelegationControlRequest Modifier and Type Method Description UpdateDelegationControlRequest
UpdateDelegationControlRequest.Builder. build()
Build the instance of UpdateDelegationControlRequest as configured by this builderUpdateDelegationControlRequest
UpdateDelegationControlRequest.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.Builder
UpdateDelegationControlRequest.Builder. copy(UpdateDelegationControlRequest o)
Copy method to populate the builder with values from the given instance.
-