Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.StageSessionSummary
-
Packages that use StageSessionSummary Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of StageSessionSummary in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type StageSessionSummary Modifier and Type Method Description List<StageSessionSummary>ListStageSessionsResponse. stageSessions()List of matching stage sessions.Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type StageSessionSummary Modifier and Type Method Description ListStageSessionsResponse.BuilderListStageSessionsResponse.Builder. stageSessions(StageSessionSummary... stageSessions)List of matching stage sessions.Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type StageSessionSummary Modifier and Type Method Description ListStageSessionsResponse.BuilderListStageSessionsResponse.Builder. stageSessions(Collection<StageSessionSummary> stageSessions)List of matching stage sessions.
-