| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.clone() |
Source |
SigningJob.getSource()
A
Source that contains information about a signing job's code image source. |
Source |
StartSigningJobRequest.getSource()
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
|
Source |
DescribeSigningJobResult.getSource()
The object that contains the name of your S3 bucket or your raw code.
|
Source |
Source.withS3(S3Source s3)
The
S3Source object. |
| Modifier and Type | Method and Description |
|---|---|
void |
SigningJob.setSource(Source source)
A
Source that contains information about a signing job's code image source. |
void |
StartSigningJobRequest.setSource(Source source)
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
|
void |
DescribeSigningJobResult.setSource(Source source)
The object that contains the name of your S3 bucket or your raw code.
|
SigningJob |
SigningJob.withSource(Source source)
A
Source that contains information about a signing job's code image source. |
StartSigningJobRequest |
StartSigningJobRequest.withSource(Source source)
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
|
DescribeSigningJobResult |
DescribeSigningJobResult.withSource(Source source)
The object that contains the name of your S3 bucket or your raw code.
|
Copyright © 2024. All rights reserved.