| Package | Description |
|---|---|
| com.amazonaws.services.signer |
You can use Code Signing for Amazon FreeRTOS (AWS Signer) to sign code that you created for any of the IoT devices
that Amazon Web Services supports.
|
| com.amazonaws.services.signer.model | |
| com.amazonaws.services.signer.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSigningJobResult> |
AWSsignerAsync.describeSigningJobAsync(DescribeSigningJobRequest describeSigningJobRequest,
AsyncHandler<DescribeSigningJobRequest,DescribeSigningJobResult> asyncHandler)
Returns information about a specific code signing job.
|
Future<DescribeSigningJobResult> |
AWSsignerAsyncClient.describeSigningJobAsync(DescribeSigningJobRequest request,
AsyncHandler<DescribeSigningJobRequest,DescribeSigningJobResult> asyncHandler) |
Future<DescribeSigningJobResult> |
AbstractAWSsignerAsync.describeSigningJobAsync(DescribeSigningJobRequest request,
AsyncHandler<DescribeSigningJobRequest,DescribeSigningJobResult> asyncHandler) |
| 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 © 2019. All rights reserved.