Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateJobResult> |
AbstractAWSIotAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSIotAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
Creates a job.
|
Future<CreateJobResult> |
AWSIotAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAbortConfig(AbortConfig abortConfig)
Allows you to create criteria to abort a job.
|
CreateJobRequest |
CreateJobRequest.withDescription(String description)
A short text description of the job.
|
CreateJobRequest |
CreateJobRequest.withDocument(String document)
The job document.
|
CreateJobRequest |
CreateJobRequest.withDocumentSource(String documentSource)
An S3 link to the job document.
|
CreateJobRequest |
CreateJobRequest.withJobExecutionsRolloutConfig(JobExecutionsRolloutConfig jobExecutionsRolloutConfig)
Allows you to create a staged rollout of the job.
|
CreateJobRequest |
CreateJobRequest.withJobId(String jobId)
A job identifier which must be unique for your AWS account.
|
CreateJobRequest |
CreateJobRequest.withPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig)
Configuration information for pre-signed S3 URLs.
|
CreateJobRequest |
CreateJobRequest.withTags(Collection<Tag> tags)
Metadata which can be used to manage the job.
|
CreateJobRequest |
CreateJobRequest.withTags(Tag... tags)
Metadata which can be used to manage the job.
|
CreateJobRequest |
CreateJobRequest.withTargets(Collection<String> targets)
A list of things and thing groups to which the job should be sent.
|
CreateJobRequest |
CreateJobRequest.withTargets(String... targets)
A list of things and thing groups to which the job should be sent.
|
CreateJobRequest |
CreateJobRequest.withTargetSelection(String targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
CreateJobRequest |
CreateJobRequest.withTargetSelection(TargetSelection targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
CreateJobRequest |
CreateJobRequest.withTimeoutConfig(TimeoutConfig timeoutConfig)
Specifies the amount of time each device has to finish its execution of the job.
|
Copyright © 2019. All rights reserved.