| Package | Description | 
|---|---|
| com.amazonaws.services.iot |  | 
| com.amazonaws.services.iot.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateOTAUpdateResult> | AWSIotAsync. createOTAUpdateAsync(CreateOTAUpdateRequest createOTAUpdateRequest,
                    AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler)
 Creates an AWS IoT OTAUpdate on a target group of things or groups. | 
| Future<CreateOTAUpdateResult> | AWSIotAsyncClient. createOTAUpdateAsync(CreateOTAUpdateRequest request,
                    AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler) | 
| Future<CreateOTAUpdateResult> | AbstractAWSIotAsync. createOTAUpdateAsync(CreateOTAUpdateRequest request,
                    AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler) | 
| 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. withAwsJobExecutionsRolloutConfig(AwsJobExecutionsRolloutConfig awsJobExecutionsRolloutConfig)
 Configuration for the rollout of OTA updates. | 
| CreateOTAUpdateRequest | CreateOTAUpdateRequest. withAwsJobPresignedUrlConfig(AwsJobPresignedUrlConfig awsJobPresignedUrlConfig)
 Configuration information for pre-signed URLs. | 
| 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 allows access to the AWS IoT Jobs service. | 
| 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 targeted devices to receive OTA updates. | 
| CreateOTAUpdateRequest | CreateOTAUpdateRequest. withTargets(String... targets)
 The targeted devices 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 © 2020. All rights reserved.