| Package | Description |
|---|---|
| com.amazonaws.services.signer |
AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code.
|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelSigningProfileResult> |
AbstractAWSsignerAsync.cancelSigningProfileAsync(CancelSigningProfileRequest request,
AsyncHandler<CancelSigningProfileRequest,CancelSigningProfileResult> asyncHandler) |
Future<CancelSigningProfileResult> |
AWSsignerAsyncClient.cancelSigningProfileAsync(CancelSigningProfileRequest request,
AsyncHandler<CancelSigningProfileRequest,CancelSigningProfileResult> asyncHandler) |
Future<CancelSigningProfileResult> |
AWSsignerAsync.cancelSigningProfileAsync(CancelSigningProfileRequest cancelSigningProfileRequest,
AsyncHandler<CancelSigningProfileRequest,CancelSigningProfileResult> asyncHandler)
Changes the state of an
ACTIVE signing profile to CANCELED. |
| Modifier and Type | Method and Description |
|---|---|
CancelSigningProfileRequest |
CancelSigningProfileRequest.clone() |
CancelSigningProfileRequest |
CancelSigningProfileRequest.withProfileName(String profileName)
The name of the signing profile to be canceled.
|
Copyright © 2023. All rights reserved.