Package | Description |
---|---|
com.oracle.bmc.aidocument | |
com.oracle.bmc.aidocument.requests |
Modifier and Type | Method and Description |
---|---|
ListWorkRequestLogsResponse |
AIServiceDocument.listWorkRequestLogs(ListWorkRequestLogsRequest request)
Return a (paginated) list of logs for a given work request.
|
ListWorkRequestLogsResponse |
AIServiceDocumentClient.listWorkRequestLogs(ListWorkRequestLogsRequest request) |
Future<ListWorkRequestLogsResponse> |
AIServiceDocumentAsync.listWorkRequestLogs(ListWorkRequestLogsRequest request,
AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Return a (paginated) list of logs for a given work request.
|
Future<ListWorkRequestLogsResponse> |
AIServiceDocumentAsyncClient.listWorkRequestLogs(ListWorkRequestLogsRequest request,
AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) |
Iterable<WorkRequestLogEntry> |
AIServiceDocumentPaginators.listWorkRequestLogsRecordIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over the
WorkRequestLogEntry objects contained in responses from the
listWorkRequestLogs operation. |
Iterable<ListWorkRequestLogsResponse> |
AIServiceDocumentPaginators.listWorkRequestLogsResponseIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over the responses received from the
listWorkRequestLogs operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListWorkRequestLogsResponse> |
AIServiceDocumentAsync.listWorkRequestLogs(ListWorkRequestLogsRequest request,
AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Return a (paginated) list of logs for a given work request.
|
Future<ListWorkRequestLogsResponse> |
AIServiceDocumentAsyncClient.listWorkRequestLogs(ListWorkRequestLogsRequest request,
AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListWorkRequestLogsRequest |
ListWorkRequestLogsRequest.Builder.build()
Build the instance of ListWorkRequestLogsRequest as configured by this builder
|
ListWorkRequestLogsRequest |
ListWorkRequestLogsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListWorkRequestLogsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestLogsRequest.Builder |
ListWorkRequestLogsRequest.Builder.copy(ListWorkRequestLogsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.