| 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 | |
| com.amazonaws.services.signer.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSigningJobResult> |
AbstractAWSsignerAsync.describeSigningJobAsync(DescribeSigningJobRequest request,
AsyncHandler<DescribeSigningJobRequest,DescribeSigningJobResult> asyncHandler) |
Future<DescribeSigningJobResult> |
AWSsignerAsyncClient.describeSigningJobAsync(DescribeSigningJobRequest request,
AsyncHandler<DescribeSigningJobRequest,DescribeSigningJobResult> asyncHandler) |
Future<DescribeSigningJobResult> |
AWSsignerAsync.describeSigningJobAsync(DescribeSigningJobRequest describeSigningJobRequest,
AsyncHandler<DescribeSigningJobRequest,DescribeSigningJobResult> asyncHandler)
Returns information about a specific code signing job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSigningJobRequest |
DescribeSigningJobRequest.clone() |
DescribeSigningJobRequest |
DescribeSigningJobRequest.withJobId(String jobId)
The ID of the signing job on input.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeSigningJobRequest> |
AWSsignerWaiters.successfulSigningJob()
Builds a SuccessfulSigningJob waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSigningJobResult |
DescribeSigningJobFunction.apply(DescribeSigningJobRequest describeSigningJobRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.