Uses of Class
software.amazon.awssdk.services.deadline.model.SessionSummary
-
Packages that use SessionSummary Package Description software.amazon.awssdk.services.deadline.model software.amazon.awssdk.services.deadline.paginators -
-
Uses of SessionSummary in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type SessionSummary Modifier and Type Method Description List<SessionSummary>ListSessionsResponse. sessions()The sessions on the list.Methods in software.amazon.awssdk.services.deadline.model with parameters of type SessionSummary Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.Builder. sessions(SessionSummary... sessions)The sessions on the list.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type SessionSummary Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.Builder. sessions(Collection<SessionSummary> sessions)The sessions on the list. -
Uses of SessionSummary in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.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.
-