| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListSigningPlatformsResponse |
SignerClient.listSigningPlatforms()
Lists all signing platforms available in AWS Signer that match the request parameters.
|
default ListSigningPlatformsResponse |
SignerClient.listSigningPlatforms(Consumer<ListSigningPlatformsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSigningPlatformsResponse> |
SignerAsyncClient.listSigningPlatforms()
Lists all signing platforms available in AWS Signer that match the request parameters.
|
default CompletableFuture<ListSigningPlatformsResponse> |
SignerAsyncClient.listSigningPlatforms(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
default CompletableFuture<ListSigningPlatformsResponse> |
SignerAsyncClient.listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSigningPlatformsResponse> |
ListSigningPlatformsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSigningPlatformsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSigningPlatformsResponse> subscriber) |
Copyright © 2019. All rights reserved.