Uses of Class
com.oracle.bmc.operatoraccesscontrol.responses.ListInteractionsResponse
-
Packages that use ListInteractionsResponse Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.responses -
-
Uses of ListInteractionsResponse in com.oracle.bmc.operatoraccesscontrol
Methods in com.oracle.bmc.operatoraccesscontrol that return ListInteractionsResponse Modifier and Type Method Description ListInteractionsResponseAccessRequests. listInteractions(ListInteractionsRequest request)Lists the MoreInformation interaction between customer and operators.ListInteractionsResponseAccessRequestsClient. listInteractions(ListInteractionsRequest request)Methods in com.oracle.bmc.operatoraccesscontrol that return types with arguments of type ListInteractionsResponse 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)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 ListInteractionsResponse 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 ListInteractionsResponse in com.oracle.bmc.operatoraccesscontrol.responses
Methods in com.oracle.bmc.operatoraccesscontrol.responses that return ListInteractionsResponse Modifier and Type Method Description ListInteractionsResponseListInteractionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.operatoraccesscontrol.responses with parameters of type ListInteractionsResponse Modifier and Type Method Description ListInteractionsResponse.BuilderListInteractionsResponse.Builder. copy(ListInteractionsResponse o)Copy method to populate the builder with values from the given instance.
-