Uses of Class
software.amazon.awssdk.services.signer.model.SigningJob
-
Packages that use SigningJob Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningJob in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type SigningJob Modifier and Type Method Description List<SigningJob>ListSigningJobsResponse. jobs()A list of your signing jobs.Methods in software.amazon.awssdk.services.signer.model with parameters of type SigningJob Modifier and Type Method Description ListSigningJobsResponse.BuilderListSigningJobsResponse.Builder. jobs(SigningJob... jobs)A list of your signing jobs.Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type SigningJob Modifier and Type Method Description ListSigningJobsResponse.BuilderListSigningJobsResponse.Builder. jobs(Collection<SigningJob> jobs)A list of your signing jobs.
-