| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
SigningImageFormat |
SigningImageFormat.clone() |
SigningImageFormat |
GetSigningPlatformResult.getSigningImageFormat()
The format of the target platform's signing image.
|
SigningImageFormat |
SigningPlatform.getSigningImageFormat() |
SigningImageFormat |
SigningImageFormat.withDefaultFormat(ImageFormat defaultFormat)
The default format of a code signing image.
|
SigningImageFormat |
SigningImageFormat.withDefaultFormat(String defaultFormat)
The default format of a code signing image.
|
SigningImageFormat |
SigningImageFormat.withSupportedFormats(Collection<String> supportedFormats)
The supported formats of a code signing image.
|
SigningImageFormat |
SigningImageFormat.withSupportedFormats(ImageFormat... supportedFormats)
The supported formats of a code signing image.
|
SigningImageFormat |
SigningImageFormat.withSupportedFormats(String... supportedFormats)
The supported formats of a code signing image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSigningPlatformResult.setSigningImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
|
void |
SigningPlatform.setSigningImageFormat(SigningImageFormat signingImageFormat) |
GetSigningPlatformResult |
GetSigningPlatformResult.withSigningImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
|
SigningPlatform |
SigningPlatform.withSigningImageFormat(SigningImageFormat signingImageFormat) |
Copyright © 2022. All rights reserved.