Uses of Class
software.amazon.awssdk.services.medialive.model.RtmpAdMarkers
-
Packages that use RtmpAdMarkers Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of RtmpAdMarkers in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return RtmpAdMarkers Modifier and Type Method Description static RtmpAdMarkersRtmpAdMarkers. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RtmpAdMarkersRtmpAdMarkers. valueOf(String name)Returns the enum constant of this type with the specified name.static RtmpAdMarkers[]RtmpAdMarkers. 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 RtmpAdMarkers Modifier and Type Method Description List<RtmpAdMarkers>RtmpGroupSettings. adMarkers()Choose the ad marker type for this output group.static Set<RtmpAdMarkers>RtmpAdMarkers. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type RtmpAdMarkers Modifier and Type Method Description RtmpGroupSettings.BuilderRtmpGroupSettings.Builder. adMarkers(RtmpAdMarkers... adMarkers)Choose the ad marker type for this output group.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type RtmpAdMarkers Modifier and Type Method Description RtmpGroupSettings.BuilderRtmpGroupSettings.Builder. adMarkers(Collection<RtmpAdMarkers> adMarkers)Choose the ad marker type for this output group.
-