Uses of Class
software.amazon.awssdk.services.medialive.model.HlsId3SegmentTaggingState
-
Packages that use HlsId3SegmentTaggingState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of HlsId3SegmentTaggingState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return HlsId3SegmentTaggingState Modifier and Type Method Description static HlsId3SegmentTaggingStateHlsId3SegmentTaggingState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsId3SegmentTaggingStateHlsGroupSettings. hlsId3SegmentTagging()State of HLS ID3 Segment Taggingstatic HlsId3SegmentTaggingStateHlsId3SegmentTaggingState. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsId3SegmentTaggingState[]HlsId3SegmentTaggingState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type HlsId3SegmentTaggingState Modifier and Type Method Description static Set<HlsId3SegmentTaggingState>HlsId3SegmentTaggingState. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type HlsId3SegmentTaggingState Modifier and Type Method Description HlsGroupSettings.BuilderHlsGroupSettings.Builder. hlsId3SegmentTagging(HlsId3SegmentTaggingState hlsId3SegmentTagging)State of HLS ID3 Segment Tagging
-