Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsRequest
Packages that use ListInvocationsRequest
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of ListInvocationsRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type ListInvocationsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListInvocationsResponse>BedrockAgentRuntimeAsyncClient.listInvocations(ListInvocationsRequest listInvocationsRequest) Lists all invocations associated with a specific session.default ListInvocationsResponseBedrockAgentRuntimeClient.listInvocations(ListInvocationsRequest listInvocationsRequest) Lists all invocations associated with a specific session.default ListInvocationsPublisherBedrockAgentRuntimeAsyncClient.listInvocationsPaginator(ListInvocationsRequest listInvocationsRequest) This is a variant ofBedrockAgentRuntimeAsyncClient.listInvocations(software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsRequest)operation.default ListInvocationsIterableBedrockAgentRuntimeClient.listInvocationsPaginator(ListInvocationsRequest listInvocationsRequest) This is a variant ofBedrockAgentRuntimeClient.listInvocations(software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsRequest)operation. -
Uses of ListInvocationsRequest in software.amazon.awssdk.services.bedrockagentruntime.paginators
Constructors in software.amazon.awssdk.services.bedrockagentruntime.paginators with parameters of type ListInvocationsRequestModifierConstructorDescriptionListInvocationsIterable(BedrockAgentRuntimeClient client, ListInvocationsRequest firstRequest) ListInvocationsPublisher(BedrockAgentRuntimeAsyncClient client, ListInvocationsRequest firstRequest) -
Uses of ListInvocationsRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type ListInvocationsRequestModifier and TypeMethodDescriptionListInvocationsRequestMarshaller.marshall(ListInvocationsRequest listInvocationsRequest)