Uses of Class
software.amazon.awssdk.services.signer.model.GetRevocationStatusResponse
-
Packages that use GetRevocationStatusResponse 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. -
-
Uses of GetRevocationStatusResponse in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return GetRevocationStatusResponse Modifier and Type Method Description default GetRevocationStatusResponseSignerClient. getRevocationStatus(Consumer<GetRevocationStatusRequest.Builder> getRevocationStatusRequest)Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.default GetRevocationStatusResponseSignerClient. getRevocationStatus(GetRevocationStatusRequest getRevocationStatusRequest)Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.Methods in software.amazon.awssdk.services.signer that return types with arguments of type GetRevocationStatusResponse Modifier and Type Method Description default CompletableFuture<GetRevocationStatusResponse>SignerAsyncClient. getRevocationStatus(Consumer<GetRevocationStatusRequest.Builder> getRevocationStatusRequest)Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.default CompletableFuture<GetRevocationStatusResponse>SignerAsyncClient. getRevocationStatus(GetRevocationStatusRequest getRevocationStatusRequest)Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.
-