Uses of Class
software.amazon.awssdk.services.wisdom.model.SessionSummary
-
Packages that use SessionSummary Package Description software.amazon.awssdk.services.wisdom.model software.amazon.awssdk.services.wisdom.paginators -
-
Uses of SessionSummary in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type SessionSummary Modifier and Type Method Description List<SessionSummary>SearchSessionsResponse. sessionSummaries()Summary information about the sessions.Methods in software.amazon.awssdk.services.wisdom.model with parameters of type SessionSummary Modifier and Type Method Description SearchSessionsResponse.BuilderSearchSessionsResponse.Builder. sessionSummaries(SessionSummary... sessionSummaries)Summary information about the sessions.Method parameters in software.amazon.awssdk.services.wisdom.model with type arguments of type SessionSummary Modifier and Type Method Description SearchSessionsResponse.BuilderSearchSessionsResponse.Builder. sessionSummaries(Collection<SessionSummary> sessionSummaries)Summary information about the sessions. -
Uses of SessionSummary in software.amazon.awssdk.services.wisdom.paginators
Methods in software.amazon.awssdk.services.wisdom.paginators that return types with arguments of type SessionSummary Modifier and Type Method Description SdkIterable<SessionSummary>SearchSessionsIterable. sessionSummaries()Returns an iterable to iterate through the paginatedSearchSessionsResponse.sessionSummaries()member.SdkPublisher<SessionSummary>SearchSessionsPublisher. sessionSummaries()Returns a publisher that can be used to get a stream of data.
-