Uses of Class
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.FormatConfigKey
-
Packages that use FormatConfigKey Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of FormatConfigKey in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return FormatConfigKey Modifier and Type Method Description static FormatConfigKeyFormatConfigKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FormatConfigKeyFormatConfigKey. valueOf(String name)Returns the enum constant of this type with the specified name.static FormatConfigKey[]FormatConfigKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return types with arguments of type FormatConfigKey Modifier and Type Method Description Map<FormatConfigKey,String>GetImagesRequest. formatConfig()The list of a key-value pair structure that contains extra parameters that can be applied when the image is generated.static Set<FormatConfigKey>FormatConfigKey. knownValues()Method parameters in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with type arguments of type FormatConfigKey Modifier and Type Method Description GetImagesRequest.BuilderGetImagesRequest.Builder. formatConfig(Map<FormatConfigKey,String> formatConfig)The list of a key-value pair structure that contains extra parameters that can be applied when the image is generated.
-