| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer |
AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code.
|
| 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 © 2023. All rights reserved.