Uses of Class
software.amazon.awssdk.services.signer.model.SigningStatus
-
Packages that use SigningStatus Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningStatus in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return SigningStatus Modifier and Type Method Description static SigningStatusSigningStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SigningStatusDescribeSigningJobResponse. status()Status of the signing job.SigningStatusListSigningJobsRequest. status()A status value with which to filter your results.SigningStatusSigningJob. status()The status of the signing job.static SigningStatusSigningStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SigningStatus[]SigningStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type SigningStatus Modifier and Type Method Description static Set<SigningStatus>SigningStatus. knownValues()Methods in software.amazon.awssdk.services.signer.model with parameters of type SigningStatus Modifier and Type Method Description DescribeSigningJobResponse.BuilderDescribeSigningJobResponse.Builder. status(SigningStatus status)Status of the signing job.ListSigningJobsRequest.BuilderListSigningJobsRequest.Builder. status(SigningStatus status)A status value with which to filter your results.SigningJob.BuilderSigningJob.Builder. status(SigningStatus status)The status of the signing job.
-