Uses of Class
software.amazon.awssdk.services.ivs.model.RenditionConfigurationRendition
-
Packages that use RenditionConfigurationRendition Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of RenditionConfigurationRendition in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return RenditionConfigurationRendition Modifier and Type Method Description static RenditionConfigurationRenditionRenditionConfigurationRendition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RenditionConfigurationRenditionRenditionConfigurationRendition. valueOf(String name)Returns the enum constant of this type with the specified name.static RenditionConfigurationRendition[]RenditionConfigurationRendition. 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 RenditionConfigurationRendition Modifier and Type Method Description static Set<RenditionConfigurationRendition>RenditionConfigurationRendition. knownValues()List<RenditionConfigurationRendition>RenditionConfiguration. renditions()Indicates which renditions are recorded for a stream, ifrenditionSelectionisCUSTOM; otherwise, this field is irrelevant.Methods in software.amazon.awssdk.services.ivs.model with parameters of type RenditionConfigurationRendition Modifier and Type Method Description RenditionConfiguration.BuilderRenditionConfiguration.Builder. renditions(RenditionConfigurationRendition... renditions)Indicates which renditions are recorded for a stream, ifrenditionSelectionisCUSTOM; otherwise, this field is irrelevant.Method parameters in software.amazon.awssdk.services.ivs.model with type arguments of type RenditionConfigurationRendition Modifier and Type Method Description RenditionConfiguration.BuilderRenditionConfiguration.Builder. renditions(Collection<RenditionConfigurationRendition> renditions)Indicates which renditions are recorded for a stream, ifrenditionSelectionisCUSTOM; otherwise, this field is irrelevant.
-