| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.signer.paginators | |
| software.amazon.awssdk.services.signer.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSigningPlatformsResponse> |
SignerAsyncClient.listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
default ListSigningPlatformsResponse |
SignerClient.listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
default ListSigningPlatformsPublisher |
SignerAsyncClient.listSigningPlatformsPaginator(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
default ListSigningPlatformsIterable |
SignerClient.listSigningPlatformsPaginator(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
| Constructor and Description |
|---|
ListSigningPlatformsIterable(SignerClient client,
ListSigningPlatformsRequest firstRequest) |
ListSigningPlatformsPublisher(SignerAsyncClient client,
ListSigningPlatformsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListSigningPlatformsRequestMarshaller.marshall(ListSigningPlatformsRequest listSigningPlatformsRequest) |
Copyright © 2019. All rights reserved.