Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJobSummary
-
Packages that use IngestionJobSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
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 IngestionJobSummary Modifier and Type Method Description List<IngestionJobSummary>ListIngestionJobsResponse. ingestionJobSummaries()Returns the value of the IngestionJobSummaries property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobSummary Modifier and Type Method Description ListIngestionJobsResponse.BuilderListIngestionJobsResponse.Builder. ingestionJobSummaries(IngestionJobSummary... ingestionJobSummaries)Sets the value of the IngestionJobSummaries property for this object.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type IngestionJobSummary Modifier and Type Method Description ListIngestionJobsResponse.BuilderListIngestionJobsResponse.Builder. ingestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries)Sets the value of the IngestionJobSummaries property for this object. -
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 IngestionJobSummary Modifier and Type Method Description SdkIterable<IngestionJobSummary>ListIngestionJobsIterable. ingestionJobSummaries()Returns an iterable to iterate through the paginatedListIngestionJobsResponse.ingestionJobSummaries()member.SdkPublisher<IngestionJobSummary>ListIngestionJobsPublisher. ingestionJobSummaries()Returns a publisher that can be used to get a stream of data.
-