Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesRequest
Packages that use ListAsyncInvokesRequest
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of ListAsyncInvokesRequest in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime with parameters of type ListAsyncInvokesRequestModifier and TypeMethodDescriptionBedrockRuntimeAsyncClient.listAsyncInvokes(ListAsyncInvokesRequest listAsyncInvokesRequest) Lists asynchronous invocations.default ListAsyncInvokesResponseBedrockRuntimeClient.listAsyncInvokes(ListAsyncInvokesRequest listAsyncInvokesRequest) Lists asynchronous invocations.default ListAsyncInvokesPublisherBedrockRuntimeAsyncClient.listAsyncInvokesPaginator(ListAsyncInvokesRequest listAsyncInvokesRequest) This is a variant ofBedrockRuntimeAsyncClient.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. -
Uses of ListAsyncInvokesRequest in software.amazon.awssdk.services.bedrockruntime.paginators
Constructors in software.amazon.awssdk.services.bedrockruntime.paginators with parameters of type ListAsyncInvokesRequestModifierConstructorDescriptionListAsyncInvokesIterable(BedrockRuntimeClient client, ListAsyncInvokesRequest firstRequest) ListAsyncInvokesPublisher(BedrockRuntimeAsyncClient client, ListAsyncInvokesRequest firstRequest) -
Uses of ListAsyncInvokesRequest in software.amazon.awssdk.services.bedrockruntime.transform
Methods in software.amazon.awssdk.services.bedrockruntime.transform with parameters of type ListAsyncInvokesRequestModifier and TypeMethodDescriptionListAsyncInvokesRequestMarshaller.marshall(ListAsyncInvokesRequest listAsyncInvokesRequest)