Uses of Class
software.amazon.awssdk.services.signer.model.SigningJobRevocationRecord
-
Packages that use SigningJobRevocationRecord Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningJobRevocationRecord in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return SigningJobRevocationRecord Modifier and Type Method Description SigningJobRevocationRecordDescribeSigningJobResponse. revocationRecord()A revocation record if the signature generated by the signing job has been revoked.Methods in software.amazon.awssdk.services.signer.model with parameters of type SigningJobRevocationRecord Modifier and Type Method Description DescribeSigningJobResponse.BuilderDescribeSigningJobResponse.Builder. revocationRecord(SigningJobRevocationRecord revocationRecord)A revocation record if the signature generated by the signing job has been revoked.
-