Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.GetDelegationControlResponse
-
Packages that use GetDelegationControlResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of GetDelegationControlResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return GetDelegationControlResponse Modifier and Type Method Description GetDelegationControlResponse
DelegateAccessControl. getDelegationControl(GetDelegationControlRequest request)
Gets the Delegation Control associated with the specified Delegation Control ID.GetDelegationControlResponse
DelegateAccessControlClient. getDelegationControl(GetDelegationControlRequest request)
Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type GetDelegationControlResponse Modifier and Type Method Description Future<GetDelegationControlResponse>
DelegateAccessControlAsync. getDelegationControl(GetDelegationControlRequest request, AsyncHandler<GetDelegationControlRequest,GetDelegationControlResponse> handler)
Gets the Delegation Control associated with the specified Delegation Control ID.Future<GetDelegationControlResponse>
DelegateAccessControlAsyncClient. getDelegationControl(GetDelegationControlRequest request, AsyncHandler<GetDelegationControlRequest,GetDelegationControlResponse> handler)
-
Uses of GetDelegationControlResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return GetDelegationControlResponse Modifier and Type Method Description GetDelegationControlResponse
GetDelegationControlResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type GetDelegationControlResponse Modifier and Type Method Description GetDelegationControlResponse.Builder
GetDelegationControlResponse.Builder. copy(GetDelegationControlResponse o)
Copy method to populate the builder with values from the given instance.
-