| Package | Description |
|---|---|
| com.amazonaws.services.signer |
AWS Signer is a fully managed code-signing service to help you ensure the trust and integrity of your code.
|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
GetSigningPlatformResult |
AWSsignerClient.getSigningPlatform(GetSigningPlatformRequest request)
Returns information on a specific signing platform.
|
GetSigningPlatformResult |
AWSsigner.getSigningPlatform(GetSigningPlatformRequest getSigningPlatformRequest)
Returns information on a specific signing platform.
|
GetSigningPlatformResult |
AbstractAWSsigner.getSigningPlatform(GetSigningPlatformRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSigningPlatformResult> |
AWSsignerAsyncClient.getSigningPlatformAsync(GetSigningPlatformRequest request,
AsyncHandler<GetSigningPlatformRequest,GetSigningPlatformResult> asyncHandler) |
Future<GetSigningPlatformResult> |
AWSsignerAsync.getSigningPlatformAsync(GetSigningPlatformRequest getSigningPlatformRequest,
AsyncHandler<GetSigningPlatformRequest,GetSigningPlatformResult> asyncHandler)
Returns information on a specific signing platform.
|
Future<GetSigningPlatformResult> |
AbstractAWSsignerAsync.getSigningPlatformAsync(GetSigningPlatformRequest request,
AsyncHandler<GetSigningPlatformRequest,GetSigningPlatformResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSigningPlatformResult |
GetSigningPlatformResult.clone() |
GetSigningPlatformResult |
GetSigningPlatformResult.withCategory(Category category)
The category type of the target signing platform.
|
GetSigningPlatformResult |
GetSigningPlatformResult.withCategory(String category)
The category type of the target signing platform.
|
GetSigningPlatformResult |
GetSigningPlatformResult.withDisplayName(String displayName)
The display name of the target signing platform.
|
GetSigningPlatformResult |
GetSigningPlatformResult.withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of the payload that can be signed by the target platform.
|
GetSigningPlatformResult |
GetSigningPlatformResult.withPartner(String partner)
A list of partner entities that use the target signing platform.
|
GetSigningPlatformResult |
GetSigningPlatformResult.withPlatformId(String platformId)
The ID of the target signing platform.
|
GetSigningPlatformResult |
GetSigningPlatformResult.withRevocationSupported(Boolean revocationSupported)
A flag indicating whether signatures generated for the signing platform can be revoked.
|
GetSigningPlatformResult |
GetSigningPlatformResult.withSigningConfiguration(SigningConfiguration signingConfiguration)
A list of configurations applied to the target platform at signing.
|
GetSigningPlatformResult |
GetSigningPlatformResult.withSigningImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
|
GetSigningPlatformResult |
GetSigningPlatformResult.withTarget(String target)
The validation template that is used by the target signing platform.
|
Copyright © 2024. All rights reserved.