| 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<CancelSigningProfileResult> |
AWSsignerAsync.cancelSigningProfileAsync(CancelSigningProfileRequest cancelSigningProfileRequest,
AsyncHandler<CancelSigningProfileRequest,CancelSigningProfileResult> asyncHandler)
Changes the state of an
ACTIVE signing profile to CANCELED. |
Future<CancelSigningProfileResult> |
AWSsignerAsyncClient.cancelSigningProfileAsync(CancelSigningProfileRequest request,
AsyncHandler<CancelSigningProfileRequest,CancelSigningProfileResult> asyncHandler) |
Future<CancelSigningProfileResult> |
AbstractAWSsignerAsync.cancelSigningProfileAsync(CancelSigningProfileRequest request,
AsyncHandler<CancelSigningProfileRequest,CancelSigningProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelSigningProfileRequest |
CancelSigningProfileRequest.clone() |
CancelSigningProfileRequest |
CancelSigningProfileRequest.withProfileName(String profileName)
The name of the signing profile to be canceled.
|
Copyright © 2020. All rights reserved.