| Package | Description |
|---|---|
| com.amazonaws.services.signer |
You can use Code Signing for Amazon FreeRTOS (AWS Signer) to sign code that you created for any of the IoT devices
that Amazon Web Services supports.
|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
ListSigningPlatformsResult |
AWSsignerClient.listSigningPlatforms(ListSigningPlatformsRequest request)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
ListSigningPlatformsResult |
AWSsigner.listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
ListSigningPlatformsResult |
AbstractAWSsigner.listSigningPlatforms(ListSigningPlatformsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSigningPlatformsResult> |
AWSsignerAsync.listSigningPlatformsAsync(ListSigningPlatformsRequest listSigningPlatformsRequest,
AsyncHandler<ListSigningPlatformsRequest,ListSigningPlatformsResult> asyncHandler)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
Future<ListSigningPlatformsResult> |
AWSsignerAsyncClient.listSigningPlatformsAsync(ListSigningPlatformsRequest request,
AsyncHandler<ListSigningPlatformsRequest,ListSigningPlatformsResult> asyncHandler) |
Future<ListSigningPlatformsResult> |
AbstractAWSsignerAsync.listSigningPlatformsAsync(ListSigningPlatformsRequest request,
AsyncHandler<ListSigningPlatformsRequest,ListSigningPlatformsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSigningPlatformsResult |
ListSigningPlatformsResult.clone() |
ListSigningPlatformsResult |
ListSigningPlatformsResult.withNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsResult |
ListSigningPlatformsResult.withPlatforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
|
ListSigningPlatformsResult |
ListSigningPlatformsResult.withPlatforms(SigningPlatform... platforms)
A list of all platforms that match the request parameters.
|
Copyright © 2018. All rights reserved.