Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateJobResult> |
AWSIotAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSIotAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
Creates a job.
|
Future<CreateJobResult> |
AbstractAWSIotAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateJobRequest |
CreateJobRequest.addDocumentParametersEntry(String key,
String value)
Add a single DocumentParameters entry
|
CreateJobRequest |
CreateJobRequest.clearDocumentParametersEntries()
Removes all the entries added into DocumentParameters.
|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAbortConfig(AbortConfig abortConfig)
Allows you to create the 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.withDocumentParameters(Map<String,String> documentParameters)
Parameters of an Amazon Web Services managed template that you can specify to create the job document.
|
CreateJobRequest |
CreateJobRequest.withDocumentSource(String documentSource)
An S3 link to the job document.
|
CreateJobRequest |
CreateJobRequest.withJobExecutionsRetryConfig(JobExecutionsRetryConfig jobExecutionsRetryConfig)
Allows you to create the criteria to retry a job.
|
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 Amazon Web Services account.
|
CreateJobRequest |
CreateJobRequest.withJobTemplateArn(String jobTemplateArn)
The ARN of the job template used to create the job.
|
CreateJobRequest |
CreateJobRequest.withNamespaceId(String namespaceId)
The namespace used to indicate that a job is a customer-managed job.
|
CreateJobRequest |
CreateJobRequest.withPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig)
Configuration information for pre-signed S3 URLs.
|
CreateJobRequest |
CreateJobRequest.withSchedulingConfig(SchedulingConfig schedulingConfig)
The configuration that allows you to schedule a job for a future date and time in addition to specifying the end
behavior for each job execution.
|
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 © 2023. All rights reserved.