| 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 |
|---|---|
Future<StartSigningJobResult> |
AWSsignerAsyncClient.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.
|
Future<StartSigningJobResult> |
AbstractAWSsignerAsync.startSigningJobAsync(StartSigningJobRequest request,
AsyncHandler<StartSigningJobRequest,StartSigningJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSigningJobRequest |
StartSigningJobRequest.clone() |
StartSigningJobRequest |
StartSigningJobRequest.withClientRequestToken(String clientRequestToken)
String that identifies the signing request.
|
StartSigningJobRequest |
StartSigningJobRequest.withDestination(Destination destination)
The S3 bucket in which to save your signed object.
|
StartSigningJobRequest |
StartSigningJobRequest.withProfileName(String profileName)
The name of the signing profile.
|
StartSigningJobRequest |
StartSigningJobRequest.withProfileOwner(String profileOwner)
The AWS account ID of the signing profile owner.
|
StartSigningJobRequest |
StartSigningJobRequest.withSource(Source source)
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
|
Copyright © 2024. All rights reserved.