| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static Scte35SegmentationCancelIndicator |
Scte35SegmentationCancelIndicator.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Scte35SegmentationCancelIndicator |
Scte35SegmentationDescriptor.segmentationCancelIndicator()
Corresponds to SCTE-35 segmentation_event_cancel_indicator.
|
static Scte35SegmentationCancelIndicator |
Scte35SegmentationCancelIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scte35SegmentationCancelIndicator[] |
Scte35SegmentationCancelIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Scte35SegmentationCancelIndicator> |
Scte35SegmentationCancelIndicator.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Scte35SegmentationDescriptor.Builder |
Scte35SegmentationDescriptor.Builder.segmentationCancelIndicator(Scte35SegmentationCancelIndicator segmentationCancelIndicator)
Corresponds to SCTE-35 segmentation_event_cancel_indicator.
|
Copyright © 2022. All rights reserved.