| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
An example service, deployed with the Octane Service creator, which will echo the string
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIngestionJobsResult> |
AWSBedrockAgentAsyncClient.listIngestionJobsAsync(ListIngestionJobsRequest request,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler) |
Future<ListIngestionJobsResult> |
AbstractAWSBedrockAgentAsync.listIngestionJobsAsync(ListIngestionJobsRequest request,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler) |
Future<ListIngestionJobsResult> |
AWSBedrockAgentAsync.listIngestionJobsAsync(ListIngestionJobsRequest listIngestionJobsRequest,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler)
List ingestion jobs
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionJobsRequest |
ListIngestionJobsRequest.clone() |
ListIngestionJobsRequest |
ListIngestionJobsRequest.withDataSourceId(String dataSourceId) |
ListIngestionJobsRequest |
ListIngestionJobsRequest.withFilters(Collection<IngestionJobFilter> filters) |
ListIngestionJobsRequest |
ListIngestionJobsRequest.withFilters(IngestionJobFilter... filters)
NOTE: This method appends the values to the existing list (if any).
|
ListIngestionJobsRequest |
ListIngestionJobsRequest.withKnowledgeBaseId(String knowledgeBaseId) |
ListIngestionJobsRequest |
ListIngestionJobsRequest.withMaxResults(Integer maxResults) |
ListIngestionJobsRequest |
ListIngestionJobsRequest.withNextToken(String nextToken) |
ListIngestionJobsRequest |
ListIngestionJobsRequest.withSortBy(IngestionJobSortBy sortBy) |
Copyright © 2024. All rights reserved.