Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationSummary
Packages that use InvocationSummary
Package
Description
-
Uses of InvocationSummary in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationSummaryModifier and TypeMethodDescriptionfinal List<InvocationSummary>ListInvocationsResponse.invocationSummaries()A list of invocation summaries associated with the session.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InvocationSummaryModifier and TypeMethodDescriptionListInvocationsResponse.Builder.invocationSummaries(InvocationSummary... invocationSummaries) A list of invocation summaries associated with the session.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationSummaryModifier and TypeMethodDescriptionListInvocationsResponse.Builder.invocationSummaries(Collection<InvocationSummary> invocationSummaries) A list of invocation summaries associated with the session. -
Uses of InvocationSummary in software.amazon.awssdk.services.bedrockagentruntime.paginators
Methods in software.amazon.awssdk.services.bedrockagentruntime.paginators that return types with arguments of type InvocationSummaryModifier and TypeMethodDescriptionfinal SdkIterable<InvocationSummary>ListInvocationsIterable.invocationSummaries()Returns an iterable to iterate through the paginatedListInvocationsResponse.invocationSummaries()member.final SdkPublisher<InvocationSummary>ListInvocationsPublisher.invocationSummaries()Returns a publisher that can be used to get a stream of data.