Uses of Class
com.oracle.bmc.opensearch.requests.ListWorkRequestLogsRequest
-
Packages that use ListWorkRequestLogsRequest Package Description com.oracle.bmc.opensearch com.oracle.bmc.opensearch.requests -
-
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.opensearch
Methods in com.oracle.bmc.opensearch with parameters of type ListWorkRequestLogsRequest Modifier and Type Method Description ListWorkRequestLogsResponse
OpensearchCluster. listWorkRequestLogs(ListWorkRequestLogsRequest request)
Return a (paginated) list of logs for a given work request.Future<ListWorkRequestLogsResponse>
OpensearchClusterAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Return a (paginated) list of logs for a given work request.Future<ListWorkRequestLogsResponse>
OpensearchClusterAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
ListWorkRequestLogsResponse
OpensearchClusterClient. listWorkRequestLogs(ListWorkRequestLogsRequest request)
Iterable<WorkRequestLogEntry>
OpensearchClusterPaginators. listWorkRequestLogsRecordIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over theWorkRequestLogEntry
objects contained in responses from the listWorkRequestLogs operation.Iterable<ListWorkRequestLogsResponse>
OpensearchClusterPaginators. listWorkRequestLogsResponseIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequestLogs operation.Method parameters in com.oracle.bmc.opensearch with type arguments of type ListWorkRequestLogsRequest Modifier and Type Method Description Future<ListWorkRequestLogsResponse>
OpensearchClusterAsync. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Return a (paginated) list of logs for a given work request.Future<ListWorkRequestLogsResponse>
OpensearchClusterAsyncClient. listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
-
Uses of ListWorkRequestLogsRequest in com.oracle.bmc.opensearch.requests
Methods in com.oracle.bmc.opensearch.requests that return ListWorkRequestLogsRequest Modifier and Type Method Description ListWorkRequestLogsRequest
ListWorkRequestLogsRequest.Builder. build()
Build the instance of ListWorkRequestLogsRequest as configured by this builderListWorkRequestLogsRequest
ListWorkRequestLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListWorkRequestLogsRequest as configured by this builderMethods in com.oracle.bmc.opensearch.requests with parameters of type ListWorkRequestLogsRequest Modifier and Type Method Description ListWorkRequestLogsRequest.Builder
ListWorkRequestLogsRequest.Builder. copy(ListWorkRequestLogsRequest o)
Copy method to populate the builder with values from the given instance.
-