Uses of Class
com.oracle.bmc.delegateaccesscontrol.requests.ServiceProviderInteractionRequestRequest
-
Packages that use ServiceProviderInteractionRequestRequest Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.requests -
-
Uses of ServiceProviderInteractionRequestRequest in com.oracle.bmc.delegateaccesscontrol
Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type ServiceProviderInteractionRequestRequest Modifier and Type Method Description Future<ServiceProviderInteractionRequestResponse>
DelegateAccessControlAsync. serviceProviderInteractionRequest(ServiceProviderInteractionRequestRequest request, AsyncHandler<ServiceProviderInteractionRequestRequest,ServiceProviderInteractionRequestResponse> handler)
Posts query for additional information for the given Delegated Resource Access Request.Future<ServiceProviderInteractionRequestResponse>
DelegateAccessControlAsyncClient. serviceProviderInteractionRequest(ServiceProviderInteractionRequestRequest request, AsyncHandler<ServiceProviderInteractionRequestRequest,ServiceProviderInteractionRequestResponse> handler)
-
Uses of ServiceProviderInteractionRequestRequest in com.oracle.bmc.delegateaccesscontrol.requests
Methods in com.oracle.bmc.delegateaccesscontrol.requests that return ServiceProviderInteractionRequestRequest Modifier and Type Method Description ServiceProviderInteractionRequestRequest
ServiceProviderInteractionRequestRequest.Builder. build()
Build the instance of ServiceProviderInteractionRequestRequest as configured by this builderServiceProviderInteractionRequestRequest
ServiceProviderInteractionRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ServiceProviderInteractionRequestRequest as configured by this builderMethods in com.oracle.bmc.delegateaccesscontrol.requests with parameters of type ServiceProviderInteractionRequestRequest Modifier and Type Method Description ServiceProviderInteractionRequestRequest.Builder
ServiceProviderInteractionRequestRequest.Builder. copy(ServiceProviderInteractionRequestRequest o)
Copy method to populate the builder with values from the given instance.
-