| 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 |
|---|---|
Future<ListSigningPlatformsResult> |
AWSsignerAsync.listSigningPlatformsAsync(ListSigningPlatformsRequest listSigningPlatformsRequest,
AsyncHandler<ListSigningPlatformsRequest,ListSigningPlatformsResult> asyncHandler)
Lists all signing platforms available in code signing 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 |
|---|---|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.clone() |
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withCategory(String category)
The category type of a signing platform.
|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned by this operation.
|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withPartner(String partner)
Any partner entities connected to a signing platform.
|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withTarget(String target)
The validation template that is used by the target signing platform.
|
Copyright © 2020. All rights reserved.