Uses of Class
software.amazon.awssdk.services.ivs.model.StreamHealth
-
Packages that use StreamHealth Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of StreamHealth in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return StreamHealth Modifier and Type Method Description static StreamHealthStreamHealth. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamHealthStream. health()The stream’s health.StreamHealthStreamFilters. health()The stream’s health.StreamHealthStreamSummary. health()The stream’s health.static StreamHealthStreamHealth. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamHealth[]StreamHealth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type StreamHealth Modifier and Type Method Description static Set<StreamHealth>StreamHealth. knownValues()Methods in software.amazon.awssdk.services.ivs.model with parameters of type StreamHealth Modifier and Type Method Description Stream.BuilderStream.Builder. health(StreamHealth health)The stream’s health.StreamFilters.BuilderStreamFilters.Builder. health(StreamHealth health)The stream’s health.StreamSummary.BuilderStreamSummary.Builder. health(StreamHealth health)The stream’s health.
-