| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
SignedObject |
SignedObject.clone() |
SignedObject |
SigningJob.getSignedObject()
A
SignedObject structure that contains information about a signing job's signed code image. |
SignedObject |
DescribeSigningJobResult.getSignedObject()
Name of the S3 bucket where the signed code image is saved by AWS Signer.
|
SignedObject |
SignedObject.withS3(S3SignedObject s3)
The
S3SignedObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
SigningJob.setSignedObject(SignedObject signedObject)
A
SignedObject structure that contains information about a signing job's signed code image. |
void |
DescribeSigningJobResult.setSignedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
|
SigningJob |
SigningJob.withSignedObject(SignedObject signedObject)
A
SignedObject structure that contains information about a signing job's signed code image. |
DescribeSigningJobResult |
DescribeSigningJobResult.withSignedObject(SignedObject signedObject)
Name of the S3 bucket where the signed code image is saved by AWS Signer.
|
Copyright © 2018. All rights reserved.