Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.SessionSummary
Packages that use SessionSummary
Package
Description
-
Uses of SessionSummary in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type SessionSummaryModifier and TypeMethodDescriptionfinal List<SessionSummary>ListSessionsResponse.sessionSummaries()A list of summaries for each session in your Amazon Web Services account.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type SessionSummaryModifier and TypeMethodDescriptionListSessionsResponse.Builder.sessionSummaries(SessionSummary... sessionSummaries) A list of summaries for each session in your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type SessionSummaryModifier and TypeMethodDescriptionListSessionsResponse.Builder.sessionSummaries(Collection<SessionSummary> sessionSummaries) A list of summaries for each session in your Amazon Web Services account. -
Uses of SessionSummary in software.amazon.awssdk.services.bedrockagentruntime.paginators
Methods in software.amazon.awssdk.services.bedrockagentruntime.paginators that return types with arguments of type SessionSummaryModifier and TypeMethodDescriptionfinal SdkIterable<SessionSummary>ListSessionsIterable.sessionSummaries()Returns an iterable to iterate through the paginatedListSessionsResponse.sessionSummaries()member.final SdkPublisher<SessionSummary>ListSessionsPublisher.sessionSummaries()Returns a publisher that can be used to get a stream of data.