| Package | Description |
|---|---|
| com.amazonaws.services.signer |
With code signing for IoT, you can sign code that you create for any IoT device that is supported by Amazon Web
Services (AWS).
|
| 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> |
AWSsignerAsync.getSigningPlatformAsync(GetSigningPlatformRequest getSigningPlatformRequest,
AsyncHandler<GetSigningPlatformRequest,GetSigningPlatformResult> asyncHandler)
Returns information on a specific signing platform.
|
Future<GetSigningPlatformResult> |
AWSsignerAsyncClient.getSigningPlatformAsync(GetSigningPlatformRequest request,
AsyncHandler<GetSigningPlatformRequest,GetSigningPlatformResult> asyncHandler) |
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.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 © 2020. All rights reserved.