Uses of Class
software.amazon.awssdk.services.workspacesweb.model.SessionSummary
-
Packages that use SessionSummary Package Description software.amazon.awssdk.services.workspacesweb.model software.amazon.awssdk.services.workspacesweb.paginators -
-
Uses of SessionSummary in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type SessionSummary Modifier and Type Method Description List<SessionSummary>ListSessionsResponse. sessions()The sessions in a list.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type SessionSummary Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.Builder. sessions(SessionSummary... sessions)The sessions in a list.Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type SessionSummary Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.Builder. sessions(Collection<SessionSummary> sessions)The sessions in a list. -
Uses of SessionSummary in software.amazon.awssdk.services.workspacesweb.paginators
Methods in software.amazon.awssdk.services.workspacesweb.paginators that return types with arguments of type SessionSummary Modifier and Type Method Description SdkIterable<SessionSummary>ListSessionsIterable. sessions()Returns an iterable to iterate through the paginatedListSessionsResponse.sessions()member.SdkPublisher<SessionSummary>ListSessionsPublisher. sessions()Returns a publisher that can be used to get a stream of data.
-