Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListIngestionJobsResponse.Builder
Packages that use ListIngestionJobsResponse.Builder
-
Uses of ListIngestionJobsResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListIngestionJobsResponse.BuilderModifier and TypeMethodDescriptionListIngestionJobsResponse.builder()ListIngestionJobsResponse.Builder.ingestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries) A list of data ingestion jobs with information about each job.ListIngestionJobsResponse.Builder.ingestionJobSummaries(Consumer<IngestionJobSummary.Builder>... ingestionJobSummaries) A list of data ingestion jobs with information about each job.ListIngestionJobsResponse.Builder.ingestionJobSummaries(IngestionJobSummary... ingestionJobSummaries) A list of data ingestion jobs with information about each job.If the total number of results is greater than themaxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.ListIngestionJobsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListIngestionJobsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListIngestionJobsResponse.Builder>ListIngestionJobsResponse.serializableBuilderClass()