| Package | Description | 
|---|---|
| com.amazonaws.services.iot | 
 | 
| com.amazonaws.services.iot.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateOTAUpdateResult> | 
AWSIotAsyncClient.createOTAUpdateAsync(CreateOTAUpdateRequest request,
                    AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler)  | 
Future<CreateOTAUpdateResult> | 
AbstractAWSIotAsync.createOTAUpdateAsync(CreateOTAUpdateRequest request,
                    AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler)  | 
Future<CreateOTAUpdateResult> | 
AWSIotAsync.createOTAUpdateAsync(CreateOTAUpdateRequest createOTAUpdateRequest,
                    AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler)
 Creates an AWS IoT OTAUpdate on a target group of things or groups. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.addAdditionalParametersEntry(String key,
                            String value)
Add a single AdditionalParameters entry 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.clearAdditionalParametersEntries()
Removes all the entries added into AdditionalParameters. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.clone()  | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withAdditionalParameters(Map<String,String> additionalParameters)
 A list of additional OTA update parameters which are name-value pairs. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withAwsJobAbortConfig(AwsJobAbortConfig awsJobAbortConfig)
 The criteria that determine when and how a job abort takes place. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withAwsJobExecutionsRolloutConfig(AwsJobExecutionsRolloutConfig awsJobExecutionsRolloutConfig)
 Configuration for the rollout of OTA updates. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withAwsJobPresignedUrlConfig(AwsJobPresignedUrlConfig awsJobPresignedUrlConfig)
 Configuration information for pre-signed URLs. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withAwsJobTimeoutConfig(AwsJobTimeoutConfig awsJobTimeoutConfig)
 Specifies the amount of time each device has to finish its execution of the job. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withDescription(String description)
 The description of the OTA update. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withFiles(Collection<OTAUpdateFile> files)
 The files to be streamed by the OTA update. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withFiles(OTAUpdateFile... files)
 The files to be streamed by the OTA update. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withOtaUpdateId(String otaUpdateId)
 The ID of the OTA update to be created. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withProtocols(Collection<String> protocols)
 The protocol used to transfer the OTA update image. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withProtocols(Protocol... protocols)
 The protocol used to transfer the OTA update image. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withProtocols(String... protocols)
 The protocol used to transfer the OTA update image. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withRoleArn(String roleArn)
 The IAM role that grants AWS IoT access to the Amazon S3, AWS IoT jobs and AWS Code Signing resources to create
 an OTA update job. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withTags(Collection<Tag> tags)
 Metadata which can be used to manage updates. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withTags(Tag... tags)
 Metadata which can be used to manage updates. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withTargets(Collection<String> targets)
 The devices targeted to receive OTA updates. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withTargets(String... targets)
 The devices targeted to receive OTA updates. 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withTargetSelection(String targetSelection)
 Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the things
 specified as targets have completed the update (SNAPSHOT). 
 | 
CreateOTAUpdateRequest | 
CreateOTAUpdateRequest.withTargetSelection(TargetSelection targetSelection)
 Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the things
 specified as targets have completed the update (SNAPSHOT). 
 | 
Copyright © 2021. All rights reserved.