| Package | Description |
|---|---|
| com.amazonaws.services.signer |
AWS Signer is a fully managed code-signing service to help you ensure the trust and integrity of your code.
|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
StartSigningJobResult |
AbstractAWSsigner.startSigningJob(StartSigningJobRequest request) |
StartSigningJobResult |
AWSsignerClient.startSigningJob(StartSigningJobRequest request)
Initiates a signing job to be performed on the code provided.
|
StartSigningJobResult |
AWSsigner.startSigningJob(StartSigningJobRequest startSigningJobRequest)
Initiates a signing job to be performed on the code provided.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartSigningJobResult> |
AWSsignerAsyncClient.startSigningJobAsync(StartSigningJobRequest request,
AsyncHandler<StartSigningJobRequest,StartSigningJobResult> asyncHandler) |
Future<StartSigningJobResult> |
AbstractAWSsignerAsync.startSigningJobAsync(StartSigningJobRequest request,
AsyncHandler<StartSigningJobRequest,StartSigningJobResult> asyncHandler) |
Future<StartSigningJobResult> |
AWSsignerAsync.startSigningJobAsync(StartSigningJobRequest startSigningJobRequest,
AsyncHandler<StartSigningJobRequest,StartSigningJobResult> asyncHandler)
Initiates a signing job to be performed on the code provided.
|
| Modifier and Type | Method and Description |
|---|---|
StartSigningJobResult |
StartSigningJobResult.clone() |
StartSigningJobResult |
StartSigningJobResult.withJobId(String jobId)
The ID of your signing job.
|
StartSigningJobResult |
StartSigningJobResult.withJobOwner(String jobOwner)
The AWS account ID of the signing job owner.
|
Copyright © 2023. All rights reserved.