| Package | Description |
|---|---|
| software.amazon.awssdk.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).
|
| Modifier and Type | Method and Description |
|---|---|
default CancelSigningProfileResponse |
SignerClient.cancelSigningProfile(CancelSigningProfileRequest cancelSigningProfileRequest)
Changes the state of an
ACTIVE signing profile to CANCELED. |
default CancelSigningProfileResponse |
SignerClient.cancelSigningProfile(Consumer<CancelSigningProfileRequest.Builder> cancelSigningProfileRequest)
Changes the state of an
ACTIVE signing profile to CANCELED. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CancelSigningProfileResponse> |
SignerAsyncClient.cancelSigningProfile(CancelSigningProfileRequest cancelSigningProfileRequest)
Changes the state of an
ACTIVE signing profile to CANCELED. |
default CompletableFuture<CancelSigningProfileResponse> |
SignerAsyncClient.cancelSigningProfile(Consumer<CancelSigningProfileRequest.Builder> cancelSigningProfileRequest)
Changes the state of an
ACTIVE signing profile to CANCELED. |
Copyright © 2019. All rights reserved.