Uses of Class
software.amazon.awssdk.services.ivs.model.StreamSessionSummary
-
Packages that use StreamSessionSummary Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of StreamSessionSummary in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type StreamSessionSummary Modifier and Type Method Description List<StreamSessionSummary>ListStreamSessionsResponse. streamSessions()List of stream sessions.Methods in software.amazon.awssdk.services.ivs.model with parameters of type StreamSessionSummary Modifier and Type Method Description ListStreamSessionsResponse.BuilderListStreamSessionsResponse.Builder. streamSessions(StreamSessionSummary... streamSessions)List of stream sessions.Method parameters in software.amazon.awssdk.services.ivs.model with type arguments of type StreamSessionSummary Modifier and Type Method Description ListStreamSessionsResponse.BuilderListStreamSessionsResponse.Builder. streamSessions(Collection<StreamSessionSummary> streamSessions)List of stream sessions.
-