Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.ServiceProviderInteractionRequestResponse
-
Packages that use ServiceProviderInteractionRequestResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of ServiceProviderInteractionRequestResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return ServiceProviderInteractionRequestResponse Modifier and Type Method Description ServiceProviderInteractionRequestResponse
DelegateAccessControl. serviceProviderInteractionRequest(ServiceProviderInteractionRequestRequest request)
Posts query for additional information for the given Delegated Resource Access Request.ServiceProviderInteractionRequestResponse
DelegateAccessControlClient. serviceProviderInteractionRequest(ServiceProviderInteractionRequestRequest request)
Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type ServiceProviderInteractionRequestResponse 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)
Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type ServiceProviderInteractionRequestResponse 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 ServiceProviderInteractionRequestResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return ServiceProviderInteractionRequestResponse Modifier and Type Method Description ServiceProviderInteractionRequestResponse
ServiceProviderInteractionRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type ServiceProviderInteractionRequestResponse Modifier and Type Method Description ServiceProviderInteractionRequestResponse.Builder
ServiceProviderInteractionRequestResponse.Builder. copy(ServiceProviderInteractionRequestResponse o)
Copy method to populate the builder with values from the given instance.
-