Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsResponse
-
Packages that use ListInvocationsResponse Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.paginators -
-
Uses of ListInvocationsResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return ListInvocationsResponse Modifier and Type Method Description default 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 ListInvocationsResponse Modifier and Type Method Description default 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 ListInvocationsResponse Modifier and Type Method Description Iterator<ListInvocationsResponse>ListInvocationsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.paginators with type arguments of type ListInvocationsResponse Modifier and Type Method Description voidListInvocationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInvocationsResponse> subscriber)
-