Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListIngestionJobsResponse
-
Packages that use ListIngestionJobsResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListIngestionJobsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListIngestionJobsResponse Modifier and Type Method Description default ListIngestionJobsResponseBedrockAgentClient. listIngestionJobs(Consumer<ListIngestionJobsRequest.Builder> listIngestionJobsRequest)List ingestion jobsdefault ListIngestionJobsResponseBedrockAgentClient. listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest)List ingestion jobsMethods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListIngestionJobsResponse Modifier and Type Method Description default CompletableFuture<ListIngestionJobsResponse>BedrockAgentAsyncClient. listIngestionJobs(Consumer<ListIngestionJobsRequest.Builder> listIngestionJobsRequest)List ingestion jobsdefault CompletableFuture<ListIngestionJobsResponse>BedrockAgentAsyncClient. listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest)List ingestion jobs -
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 ListIngestionJobsResponse Modifier and Type Method Description Iterator<ListIngestionJobsResponse>ListIngestionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListIngestionJobsResponse Modifier and Type Method Description voidListIngestionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIngestionJobsResponse> subscriber)
-