Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListIngestionJobsRequest
Packages that use ListIngestionJobsRequest
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListIngestionJobsRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type ListIngestionJobsRequestModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest) Lists the data ingestion jobs for a data source.default ListIngestionJobsResponseBedrockAgentClient.listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest) Lists the data ingestion jobs for a data source.default ListIngestionJobsPublisherBedrockAgentAsyncClient.listIngestionJobsPaginator(ListIngestionJobsRequest listIngestionJobsRequest) This is a variant ofBedrockAgentAsyncClient.listIngestionJobs(software.amazon.awssdk.services.bedrockagent.model.ListIngestionJobsRequest)operation.default ListIngestionJobsIterableBedrockAgentClient.listIngestionJobsPaginator(ListIngestionJobsRequest listIngestionJobsRequest) This is a variant ofBedrockAgentClient.listIngestionJobs(software.amazon.awssdk.services.bedrockagent.model.ListIngestionJobsRequest)operation. -
Uses of ListIngestionJobsRequest in software.amazon.awssdk.services.bedrockagent.paginators
Constructors in software.amazon.awssdk.services.bedrockagent.paginators with parameters of type ListIngestionJobsRequestModifierConstructorDescriptionListIngestionJobsIterable(BedrockAgentClient client, ListIngestionJobsRequest firstRequest) ListIngestionJobsPublisher(BedrockAgentAsyncClient client, ListIngestionJobsRequest firstRequest) -
Uses of ListIngestionJobsRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type ListIngestionJobsRequestModifier and TypeMethodDescriptionListIngestionJobsRequestMarshaller.marshall(ListIngestionJobsRequest listIngestionJobsRequest)