Uses of Class
software.amazon.awssdk.services.bedrockruntime.paginators.ListAsyncInvokesIterable
-
Packages that use ListAsyncInvokesIterable Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models. -
-
Uses of ListAsyncInvokesIterable in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return ListAsyncInvokesIterable Modifier and Type Method Description default ListAsyncInvokesIterableBedrockRuntimeClient. listAsyncInvokesPaginator(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest)This is a variant ofBedrockRuntimeClient.listAsyncInvokes(software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesRequest)operation.default ListAsyncInvokesIterableBedrockRuntimeClient. listAsyncInvokesPaginator(ListAsyncInvokesRequest listAsyncInvokesRequest)This is a variant ofBedrockRuntimeClient.listAsyncInvokes(software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesRequest)operation.
-