Uses of Class
software.amazon.awssdk.services.signer.model.GetRevocationStatusRequest
-
Packages that use GetRevocationStatusRequest 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.software.amazon.awssdk.services.signer.transform -
-
Uses of GetRevocationStatusRequest in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer with parameters of type GetRevocationStatusRequest Modifier and Type Method Description default CompletableFuture<GetRevocationStatusResponse>SignerAsyncClient. getRevocationStatus(GetRevocationStatusRequest 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. -
Uses of GetRevocationStatusRequest in software.amazon.awssdk.services.signer.transform
Methods in software.amazon.awssdk.services.signer.transform with parameters of type GetRevocationStatusRequest Modifier and Type Method Description SdkHttpFullRequestGetRevocationStatusRequestMarshaller. marshall(GetRevocationStatusRequest getRevocationStatusRequest)
-