Uses of Class
com.oracle.bmc.operatoraccesscontrol.requests.ListInteractionsRequest
-
Packages that use ListInteractionsRequest Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.requests -
-
Uses of ListInteractionsRequest in com.oracle.bmc.operatoraccesscontrol
Methods in com.oracle.bmc.operatoraccesscontrol with parameters of type ListInteractionsRequest Modifier and Type Method Description ListInteractionsResponse
AccessRequests. listInteractions(ListInteractionsRequest request)
Lists the MoreInformation interaction between customer and operators.Future<ListInteractionsResponse>
AccessRequestsAsync. listInteractions(ListInteractionsRequest request, AsyncHandler<ListInteractionsRequest,ListInteractionsResponse> handler)
Lists the MoreInformation interaction between customer and operators.Future<ListInteractionsResponse>
AccessRequestsAsyncClient. listInteractions(ListInteractionsRequest request, AsyncHandler<ListInteractionsRequest,ListInteractionsResponse> handler)
ListInteractionsResponse
AccessRequestsClient. listInteractions(ListInteractionsRequest request)
Iterable<InteractionSummary>
AccessRequestsPaginators. listInteractionsRecordIterator(ListInteractionsRequest request)
Creates a new iterable which will iterate over theInteractionSummary
objects contained in responses from the listInteractions operation.Iterable<ListInteractionsResponse>
AccessRequestsPaginators. listInteractionsResponseIterator(ListInteractionsRequest request)
Creates a new iterable which will iterate over the responses received from the listInteractions operation.Method parameters in com.oracle.bmc.operatoraccesscontrol with type arguments of type ListInteractionsRequest Modifier and Type Method Description Future<ListInteractionsResponse>
AccessRequestsAsync. listInteractions(ListInteractionsRequest request, AsyncHandler<ListInteractionsRequest,ListInteractionsResponse> handler)
Lists the MoreInformation interaction between customer and operators.Future<ListInteractionsResponse>
AccessRequestsAsyncClient. listInteractions(ListInteractionsRequest request, AsyncHandler<ListInteractionsRequest,ListInteractionsResponse> handler)
-
Uses of ListInteractionsRequest in com.oracle.bmc.operatoraccesscontrol.requests
Methods in com.oracle.bmc.operatoraccesscontrol.requests that return ListInteractionsRequest Modifier and Type Method Description ListInteractionsRequest
ListInteractionsRequest.Builder. build()
Build the instance of ListInteractionsRequest as configured by this builderListInteractionsRequest
ListInteractionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInteractionsRequest as configured by this builderMethods in com.oracle.bmc.operatoraccesscontrol.requests with parameters of type ListInteractionsRequest Modifier and Type Method Description ListInteractionsRequest.Builder
ListInteractionsRequest.Builder. copy(ListInteractionsRequest o)
Copy method to populate the builder with values from the given instance.
-