Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.UpdateDelegationControlResponse
-
Packages that use UpdateDelegationControlResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of UpdateDelegationControlResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return UpdateDelegationControlResponse Modifier and Type Method Description UpdateDelegationControlResponse
DelegateAccessControl. updateDelegationControl(UpdateDelegationControlRequest request)
Updates the existing DelegationControl for a given Delegation Control ID.UpdateDelegationControlResponse
DelegateAccessControlClient. updateDelegationControl(UpdateDelegationControlRequest request)
Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type UpdateDelegationControlResponse 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)
Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type UpdateDelegationControlResponse 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 UpdateDelegationControlResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return UpdateDelegationControlResponse Modifier and Type Method Description UpdateDelegationControlResponse
UpdateDelegationControlResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type UpdateDelegationControlResponse Modifier and Type Method Description UpdateDelegationControlResponse.Builder
UpdateDelegationControlResponse.Builder. copy(UpdateDelegationControlResponse o)
Copy method to populate the builder with values from the given instance.
-