Uses of Class
software.amazon.awssdk.services.mediatailor.model.KeyValuePair
-
Packages that use KeyValuePair Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of KeyValuePair in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type KeyValuePair Modifier and Type Method Description List<KeyValuePair>AdBreak. adBreakMetadata()Defines a list of key/value pairs that MediaTailor generates within theEXT-X-ASSETtag forSCTE35_ENHANCEDoutput.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type KeyValuePair Modifier and Type Method Description AdBreak.BuilderAdBreak.Builder. adBreakMetadata(KeyValuePair... adBreakMetadata)Defines a list of key/value pairs that MediaTailor generates within theEXT-X-ASSETtag forSCTE35_ENHANCEDoutput.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type KeyValuePair Modifier and Type Method Description AdBreak.BuilderAdBreak.Builder. adBreakMetadata(Collection<KeyValuePair> adBreakMetadata)Defines a list of key/value pairs that MediaTailor generates within theEXT-X-ASSETtag forSCTE35_ENHANCEDoutput.
-