Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
CreateOTAUpdateResult |
AWSIotClient.createOTAUpdate(CreateOTAUpdateRequest request)
Creates an IoT OTA update on a target group of things or groups.
|
CreateOTAUpdateResult |
AWSIot.createOTAUpdate(CreateOTAUpdateRequest createOTAUpdateRequest)
Creates an IoT OTA update on a target group of things or groups.
|
CreateOTAUpdateResult |
AbstractAWSIot.createOTAUpdate(CreateOTAUpdateRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateOTAUpdateResult> |
AWSIotAsyncClient.createOTAUpdateAsync(CreateOTAUpdateRequest request,
AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler) |
Future<CreateOTAUpdateResult> |
AWSIotAsync.createOTAUpdateAsync(CreateOTAUpdateRequest createOTAUpdateRequest,
AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler)
Creates an IoT OTA update on a target group of things or groups.
|
Future<CreateOTAUpdateResult> |
AbstractAWSIotAsync.createOTAUpdateAsync(CreateOTAUpdateRequest request,
AsyncHandler<CreateOTAUpdateRequest,CreateOTAUpdateResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateOTAUpdateResult |
CreateOTAUpdateResult.clone() |
CreateOTAUpdateResult |
CreateOTAUpdateResult.withAwsIotJobArn(String awsIotJobArn)
The IoT job ARN associated with the OTA update.
|
CreateOTAUpdateResult |
CreateOTAUpdateResult.withAwsIotJobId(String awsIotJobId)
The IoT job ID associated with the OTA update.
|
CreateOTAUpdateResult |
CreateOTAUpdateResult.withOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
CreateOTAUpdateResult |
CreateOTAUpdateResult.withOtaUpdateId(String otaUpdateId)
The OTA update ID.
|
CreateOTAUpdateResult |
CreateOTAUpdateResult.withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
|
CreateOTAUpdateResult |
CreateOTAUpdateResult.withOtaUpdateStatus(String otaUpdateStatus)
The OTA update status.
|
Copyright © 2023. All rights reserved.