Uses of Class
software.amazon.awssdk.services.signer.model.SigningImageFormat
-
Packages that use SigningImageFormat Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningImageFormat in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return SigningImageFormat Modifier and Type Method Description SigningImageFormatGetSigningPlatformResponse. signingImageFormat()The format of the target platform's signing image.SigningImageFormatSigningPlatform. signingImageFormat()Returns the value of the SigningImageFormat property for this object.Methods in software.amazon.awssdk.services.signer.model with parameters of type SigningImageFormat Modifier and Type Method Description GetSigningPlatformResponse.BuilderGetSigningPlatformResponse.Builder. signingImageFormat(SigningImageFormat signingImageFormat)The format of the target platform's signing image.SigningPlatform.BuilderSigningPlatform.Builder. signingImageFormat(SigningImageFormat signingImageFormat)Sets the value of the SigningImageFormat property for this object.
-