| 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 |
|---|---|
GetRevocationStatusResult |
AWSsignerClient.getRevocationStatus(GetRevocationStatusRequest request)
Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.
|
GetRevocationStatusResult |
AWSsigner.getRevocationStatus(GetRevocationStatusRequest getRevocationStatusRequest)
Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.
|
GetRevocationStatusResult |
AbstractAWSsigner.getRevocationStatus(GetRevocationStatusRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRevocationStatusResult> |
AWSsignerAsyncClient.getRevocationStatusAsync(GetRevocationStatusRequest request,
AsyncHandler<GetRevocationStatusRequest,GetRevocationStatusResult> asyncHandler) |
Future<GetRevocationStatusResult> |
AWSsignerAsync.getRevocationStatusAsync(GetRevocationStatusRequest getRevocationStatusRequest,
AsyncHandler<GetRevocationStatusRequest,GetRevocationStatusResult> asyncHandler)
Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.
|
Future<GetRevocationStatusResult> |
AbstractAWSsignerAsync.getRevocationStatusAsync(GetRevocationStatusRequest request,
AsyncHandler<GetRevocationStatusRequest,GetRevocationStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRevocationStatusResult |
GetRevocationStatusResult.clone() |
GetRevocationStatusResult |
GetRevocationStatusResult.withRevokedEntities(Collection<String> revokedEntities)
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate
hashes) supplied as input to the API.
|
GetRevocationStatusResult |
GetRevocationStatusResult.withRevokedEntities(String... revokedEntities)
A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate
hashes) supplied as input to the API.
|
Copyright © 2023. All rights reserved.