Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.SessionSummary
Packages that use SessionSummary
Package
Description
-
Uses of SessionSummary in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SessionSummaryModifier and TypeMethodDescriptionfinal List<SessionSummary>ListSessionsResponse.sessionSummaries()The list of session summaries that match the specified criteria.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type SessionSummaryModifier and TypeMethodDescriptionListSessionsResponse.Builder.sessionSummaries(SessionSummary... sessionSummaries) The list of session summaries that match the specified criteria.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type SessionSummaryModifier and TypeMethodDescriptionListSessionsResponse.Builder.sessionSummaries(Collection<SessionSummary> sessionSummaries) The list of session summaries that match the specified criteria. -
Uses of SessionSummary in software.amazon.awssdk.services.bedrockagentcore.paginators
Methods in software.amazon.awssdk.services.bedrockagentcore.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.