Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsResponse
Packages that use ListInvocationsResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of ListInvocationsResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return ListInvocationsResponseModifier and TypeMethodDescriptiondefault ListInvocationsResponseBedrockAgentRuntimeClient.listInvocations(Consumer<ListInvocationsRequest.Builder> listInvocationsRequest) Lists all invocations associated with a specific session.default ListInvocationsResponseBedrockAgentRuntimeClient.listInvocations(ListInvocationsRequest listInvocationsRequest) Lists all invocations associated with a specific session.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type ListInvocationsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListInvocationsResponse>BedrockAgentRuntimeAsyncClient.listInvocations(Consumer<ListInvocationsRequest.Builder> listInvocationsRequest) Lists all invocations associated with a specific session.default CompletableFuture<ListInvocationsResponse>BedrockAgentRuntimeAsyncClient.listInvocations(ListInvocationsRequest listInvocationsRequest) Lists all invocations associated with a specific session. -
Uses of ListInvocationsResponse in software.amazon.awssdk.services.bedrockagentruntime.paginators
Methods in software.amazon.awssdk.services.bedrockagentruntime.paginators that return types with arguments of type ListInvocationsResponseMethod parameters in software.amazon.awssdk.services.bedrockagentruntime.paginators with type arguments of type ListInvocationsResponseModifier and TypeMethodDescriptionvoidListInvocationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInvocationsResponse> subscriber)