Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.SessionSummary
-
Packages that use SessionSummary Package Description software.amazon.awssdk.services.bedrockagentruntime.model software.amazon.awssdk.services.bedrockagentruntime.paginators -
-
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 SessionSummary Modifier and Type Method Description 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 SessionSummary Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.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 SessionSummary Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.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 SessionSummary Modifier and Type Method Description SdkIterable<SessionSummary>ListSessionsIterable. sessionSummaries()Returns an iterable to iterate through the paginatedListSessionsResponse.sessionSummaries()member.SdkPublisher<SessionSummary>ListSessionsPublisher. sessionSummaries()Returns a publisher that can be used to get a stream of data.
-