Uses of Class
com.oracle.bmc.operatoraccesscontrol.responses.InteractionRequestResponse
-
Packages that use InteractionRequestResponse Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.responses -
-
Uses of InteractionRequestResponse in com.oracle.bmc.operatoraccesscontrol
Methods in com.oracle.bmc.operatoraccesscontrol that return InteractionRequestResponse Modifier and Type Method Description InteractionRequestResponse
AccessRequests. interactionRequest(InteractionRequestRequest request)
Posts query for additional information for the given access request.InteractionRequestResponse
AccessRequestsClient. interactionRequest(InteractionRequestRequest request)
Methods in com.oracle.bmc.operatoraccesscontrol that return types with arguments of type InteractionRequestResponse Modifier and Type Method Description Future<InteractionRequestResponse>
AccessRequestsAsync. interactionRequest(InteractionRequestRequest request, AsyncHandler<InteractionRequestRequest,InteractionRequestResponse> handler)
Posts query for additional information for the given access request.Future<InteractionRequestResponse>
AccessRequestsAsyncClient. interactionRequest(InteractionRequestRequest request, AsyncHandler<InteractionRequestRequest,InteractionRequestResponse> handler)
Method parameters in com.oracle.bmc.operatoraccesscontrol with type arguments of type InteractionRequestResponse Modifier and Type Method Description Future<InteractionRequestResponse>
AccessRequestsAsync. interactionRequest(InteractionRequestRequest request, AsyncHandler<InteractionRequestRequest,InteractionRequestResponse> handler)
Posts query for additional information for the given access request.Future<InteractionRequestResponse>
AccessRequestsAsyncClient. interactionRequest(InteractionRequestRequest request, AsyncHandler<InteractionRequestRequest,InteractionRequestResponse> handler)
-
Uses of InteractionRequestResponse in com.oracle.bmc.operatoraccesscontrol.responses
Methods in com.oracle.bmc.operatoraccesscontrol.responses that return InteractionRequestResponse Modifier and Type Method Description InteractionRequestResponse
InteractionRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.operatoraccesscontrol.responses with parameters of type InteractionRequestResponse Modifier and Type Method Description InteractionRequestResponse.Builder
InteractionRequestResponse.Builder. copy(InteractionRequestResponse o)
Copy method to populate the builder with values from the given instance.
-