Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.StageSummary
-
Packages that use StageSummary Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of StageSummary in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type StageSummary Modifier and Type Method Description List<StageSummary>ListStagesResponse. stages()List of the matching stages (summary information only).Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type StageSummary Modifier and Type Method Description ListStagesResponse.BuilderListStagesResponse.Builder. stages(StageSummary... stages)List of the matching stages (summary information only).Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type StageSummary Modifier and Type Method Description ListStagesResponse.BuilderListStagesResponse.Builder. stages(Collection<StageSummary> stages)List of the matching stages (summary information only).
-