| 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 |
|---|---|
ListIngestionJobsResult |
AbstractAWSBedrockAgent.listIngestionJobs(ListIngestionJobsRequest request) |
ListIngestionJobsResult |
AWSBedrockAgentClient.listIngestionJobs(ListIngestionJobsRequest request)
List ingestion jobs
|
ListIngestionJobsResult |
AWSBedrockAgent.listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest)
List ingestion jobs
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIngestionJobsResult> |
AbstractAWSBedrockAgentAsync.listIngestionJobsAsync(ListIngestionJobsRequest request,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler) |
Future<ListIngestionJobsResult> |
AWSBedrockAgentAsync.listIngestionJobsAsync(ListIngestionJobsRequest listIngestionJobsRequest,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler)
List ingestion jobs
|
Future<ListIngestionJobsResult> |
AWSBedrockAgentAsyncClient.listIngestionJobsAsync(ListIngestionJobsRequest request,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIngestionJobsResult |
ListIngestionJobsResult.clone() |
ListIngestionJobsResult |
ListIngestionJobsResult.withIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries) |
ListIngestionJobsResult |
ListIngestionJobsResult.withIngestionJobSummaries(IngestionJobSummary... ingestionJobSummaries)
NOTE: This method appends the values to the existing list (if any).
|
ListIngestionJobsResult |
ListIngestionJobsResult.withNextToken(String nextToken) |
Copyright © 2023. All rights reserved.