| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
ImageFormat |
SigningImageFormat.defaultFormat()
The default format of an AWS Signer signing image.
|
static ImageFormat |
ImageFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ImageFormat |
ImageFormat.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ImageFormat> |
ImageFormat.knownValues()
|
List<ImageFormat> |
SigningImageFormat.supportedFormats()
The supported formats of an AWS Signer signing image.
|
| Modifier and Type | Method and Description |
|---|---|
SigningImageFormat.Builder |
SigningImageFormat.Builder.defaultFormat(ImageFormat defaultFormat)
The default format of an AWS Signer signing image.
|
SigningImageFormat.Builder |
SigningImageFormat.Builder.supportedFormats(ImageFormat... supportedFormats)
The supported formats of an AWS Signer signing image.
|
| Modifier and Type | Method and Description |
|---|---|
SigningImageFormat.Builder |
SigningImageFormat.Builder.supportedFormats(Collection<ImageFormat> supportedFormats)
The supported formats of an AWS Signer signing image.
|
Copyright © 2019. All rights reserved.