Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListIngestionJobsResponse
Packages that use ListIngestionJobsResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListIngestionJobsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListIngestionJobsResponseModifier and TypeMethodDescriptiondefault ListIngestionJobsResponseBedrockAgentClient.listIngestionJobs(Consumer<ListIngestionJobsRequest.Builder> listIngestionJobsRequest) Lists the data ingestion jobs for a data source.default ListIngestionJobsResponseBedrockAgentClient.listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest) Lists the data ingestion jobs for a data source.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListIngestionJobsResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listIngestionJobs(Consumer<ListIngestionJobsRequest.Builder> listIngestionJobsRequest) Lists the data ingestion jobs for a data source.BedrockAgentAsyncClient.listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest) Lists the data ingestion jobs for a data source. -
Uses of ListIngestionJobsResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListIngestionJobsResponseMethod parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListIngestionJobsResponseModifier and TypeMethodDescriptionvoidListIngestionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIngestionJobsResponse> subscriber)