| Package | Description |
|---|---|
| com.amazonaws.services.signer |
With code signing for IoT, you can sign code that you create for any IoT device that is supported by Amazon Web
Services (AWS).
|
| 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 © 2020. All rights reserved.