Uses of Class
software.amazon.awssdk.services.signer.model.ImageFormat
-
Packages that use ImageFormat Package Description software.amazon.awssdk.services.signer.model -
-
Uses of ImageFormat in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return ImageFormat Modifier and Type Method Description ImageFormatSigningImageFormat. defaultFormat()The default format of a code signing image.static ImageFormatImageFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImageFormatSigningPlatformOverrides. signingImageFormat()A signed image is a JSON object.static ImageFormatImageFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageFormat[]ImageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type ImageFormat Modifier and Type Method Description static Set<ImageFormat>ImageFormat. knownValues()List<ImageFormat>SigningImageFormat. supportedFormats()The supported formats of a code signing image.Methods in software.amazon.awssdk.services.signer.model with parameters of type ImageFormat Modifier and Type Method Description SigningImageFormat.BuilderSigningImageFormat.Builder. defaultFormat(ImageFormat defaultFormat)The default format of a code signing image.SigningPlatformOverrides.BuilderSigningPlatformOverrides.Builder. signingImageFormat(ImageFormat signingImageFormat)A signed image is a JSON object.SigningImageFormat.BuilderSigningImageFormat.Builder. supportedFormats(ImageFormat... supportedFormats)The supported formats of a code signing image.Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type ImageFormat Modifier and Type Method Description SigningImageFormat.BuilderSigningImageFormat.Builder. supportedFormats(Collection<ImageFormat> supportedFormats)The supported formats of a code signing image.
-