| 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 |
|---|---|
Future<ListSigningProfilesResult> |
AWSsignerAsync.listSigningProfilesAsync(ListSigningProfilesRequest listSigningProfilesRequest,
AsyncHandler<ListSigningProfilesRequest,ListSigningProfilesResult> asyncHandler)
Lists all available signing profiles in your AWS account.
|
Future<ListSigningProfilesResult> |
AWSsignerAsyncClient.listSigningProfilesAsync(ListSigningProfilesRequest request,
AsyncHandler<ListSigningProfilesRequest,ListSigningProfilesResult> asyncHandler) |
Future<ListSigningProfilesResult> |
AbstractAWSsignerAsync.listSigningProfilesAsync(ListSigningProfilesRequest request,
AsyncHandler<ListSigningProfilesRequest,ListSigningProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSigningProfilesRequest |
ListSigningProfilesRequest.clone() |
ListSigningProfilesRequest |
ListSigningProfilesRequest.withIncludeCanceled(Boolean includeCanceled)
Designates whether to include profiles with the status of
CANCELED. |
ListSigningProfilesRequest |
ListSigningProfilesRequest.withMaxResults(Integer maxResults)
The maximum number of profiles to be returned.
|
ListSigningProfilesRequest |
ListSigningProfilesRequest.withNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
Copyright © 2018. All rights reserved.