| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
SigningJob |
SigningJob.clone() |
SigningJob |
SigningJob.withCreatedAt(Date createdAt)
The date and time that the signing job was created.
|
SigningJob |
SigningJob.withIsRevoked(Boolean isRevoked)
Indicates whether the signing job is revoked.
|
SigningJob |
SigningJob.withJobId(String jobId)
The ID of the signing job.
|
SigningJob |
SigningJob.withJobInvoker(String jobInvoker)
The AWS account ID of the job invoker.
|
SigningJob |
SigningJob.withJobOwner(String jobOwner)
The AWS account ID of the job owner.
|
SigningJob |
SigningJob.withPlatformDisplayName(String platformDisplayName)
The name of a signing platform.
|
SigningJob |
SigningJob.withPlatformId(String platformId)
The unique identifier for a signing platform.
|
SigningJob |
SigningJob.withProfileName(String profileName)
The name of the signing profile that created a signing job.
|
SigningJob |
SigningJob.withProfileVersion(String profileVersion)
The version of the signing profile that created a signing job.
|
SigningJob |
SigningJob.withSignatureExpiresAt(Date signatureExpiresAt)
The time when the signature of a signing job expires.
|
SigningJob |
SigningJob.withSignedObject(SignedObject signedObject)
A
SignedObject structure that contains information about a signing job's signed code image. |
SigningJob |
SigningJob.withSigningMaterial(SigningMaterial signingMaterial)
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
SigningJob |
SigningJob.withSource(Source source)
A
Source that contains information about a signing job's code image source. |
SigningJob |
SigningJob.withStatus(SigningStatus status)
The status of the signing job.
|
SigningJob |
SigningJob.withStatus(String status)
The status of the signing job.
|
| Modifier and Type | Method and Description |
|---|---|
List<SigningJob> |
ListSigningJobsResult.getJobs()
A list of your signing jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListSigningJobsResult |
ListSigningJobsResult.withJobs(SigningJob... jobs)
A list of your signing jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSigningJobsResult.setJobs(Collection<SigningJob> jobs)
A list of your signing jobs.
|
ListSigningJobsResult |
ListSigningJobsResult.withJobs(Collection<SigningJob> jobs)
A list of your signing jobs.
|
Copyright © 2022. All rights reserved.