Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<CreateOTAUpdateResult> |
AWSIotAsyncClient.createOTAUpdateAsync(CreateOTAUpdateRequest request,
AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateOTAUpdateRequest |
CreateOTAUpdateRequest.addAdditionalParametersEntry(String key,
String value) |
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.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.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 © 2019. All rights reserved.