Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJobSummary
Packages that use IngestionJobSummary
Package
Description
-
Uses of IngestionJobSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IngestionJobSummaryModifier and TypeMethodDescriptionfinal List<IngestionJobSummary>ListIngestionJobsResponse.ingestionJobSummaries()A list of data ingestion jobs with information about each job.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobSummaryModifier and TypeMethodDescriptionListIngestionJobsResponse.Builder.ingestionJobSummaries(IngestionJobSummary... ingestionJobSummaries) A list of data ingestion jobs with information about each job.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type IngestionJobSummaryModifier and TypeMethodDescriptionListIngestionJobsResponse.Builder.ingestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries) A list of data ingestion jobs with information about each job. -
Uses of IngestionJobSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type IngestionJobSummaryModifier and TypeMethodDescriptionfinal SdkIterable<IngestionJobSummary>ListIngestionJobsIterable.ingestionJobSummaries()Returns an iterable to iterate through the paginatedListIngestionJobsResponse.ingestionJobSummaries()member.final SdkPublisher<IngestionJobSummary>ListIngestionJobsPublisher.ingestionJobSummaries()Returns a publisher that can be used to get a stream of data.