| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
SigningPlatform |
SigningPlatform.clone() |
SigningPlatform |
SigningPlatform.withCategory(Category category)
The category of a code signing platform.
|
SigningPlatform |
SigningPlatform.withCategory(String category)
The category of a code signing platform.
|
SigningPlatform |
SigningPlatform.withDisplayName(String displayName)
The display name of a code signing platform.
|
SigningPlatform |
SigningPlatform.withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
|
SigningPlatform |
SigningPlatform.withPartner(String partner)
Any partner entities linked to a code signing platform.
|
SigningPlatform |
SigningPlatform.withPlatformId(String platformId)
The ID of a code signing; platform.
|
SigningPlatform |
SigningPlatform.withRevocationSupported(Boolean revocationSupported)
Indicates whether revocation is supported for the platform.
|
SigningPlatform |
SigningPlatform.withSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform.
|
SigningPlatform |
SigningPlatform.withSigningImageFormat(SigningImageFormat signingImageFormat) |
SigningPlatform |
SigningPlatform.withTarget(String target)
The types of targets that can be signed by a code signing platform.
|
| Modifier and Type | Method and Description |
|---|---|
List<SigningPlatform> |
ListSigningPlatformsResult.getPlatforms()
A list of all platforms that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ListSigningPlatformsResult |
ListSigningPlatformsResult.withPlatforms(SigningPlatform... platforms)
A list of all platforms that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSigningPlatformsResult.setPlatforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
|
ListSigningPlatformsResult |
ListSigningPlatformsResult.withPlatforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
|
Copyright © 2021. All rights reserved.