| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<OTAUpdateSummary> |
ListOtaUpdatesResponse.otaUpdates()
A list of OTA update jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListOtaUpdatesResponse.Builder |
ListOtaUpdatesResponse.Builder.otaUpdates(OTAUpdateSummary... otaUpdates)
A list of OTA update jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListOtaUpdatesResponse.Builder |
ListOtaUpdatesResponse.Builder.otaUpdates(Collection<OTAUpdateSummary> otaUpdates)
A list of OTA update jobs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<OTAUpdateSummary> |
ListOTAUpdatesPublisher.otaUpdates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<OTAUpdateSummary> |
ListOTAUpdatesIterable.otaUpdates()
Returns an iterable to iterate through the paginated
ListOtaUpdatesResponse.otaUpdates() member. |
Copyright © 2023. All rights reserved.