| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ListIngestionJobsResult |
AWSBedrockAgentClient.listIngestionJobs(ListIngestionJobsRequest request)
Lists the ingestion jobs for a data source and information about each of them.
|
ListIngestionJobsResult |
AWSBedrockAgent.listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest)
Lists the ingestion jobs for a data source and information about each of them.
|
ListIngestionJobsResult |
AbstractAWSBedrockAgent.listIngestionJobs(ListIngestionJobsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIngestionJobsResult> |
AWSBedrockAgentAsyncClient.listIngestionJobsAsync(ListIngestionJobsRequest request,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler) |
Future<ListIngestionJobsResult> |
AWSBedrockAgentAsync.listIngestionJobsAsync(ListIngestionJobsRequest listIngestionJobsRequest,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler)
Lists the ingestion jobs for a data source and information about each of them.
|
Future<ListIngestionJobsResult> |
AbstractAWSBedrockAgentAsync.listIngestionJobsAsync(ListIngestionJobsRequest request,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIngestionJobsResult |
ListIngestionJobsResult.clone() |
ListIngestionJobsResult |
ListIngestionJobsResult.withIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
|
ListIngestionJobsResult |
ListIngestionJobsResult.withIngestionJobSummaries(IngestionJobSummary... ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
|
ListIngestionJobsResult |
ListIngestionJobsResult.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
Copyright © 2024. All rights reserved.