| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PackageSummary> |
ListPackagesResponse.packageSummaries()
The software package summary.
|
| Modifier and Type | Method and Description |
|---|---|
ListPackagesResponse.Builder |
ListPackagesResponse.Builder.packageSummaries(PackageSummary... packageSummaries)
The software package summary.
|
| Modifier and Type | Method and Description |
|---|---|
ListPackagesResponse.Builder |
ListPackagesResponse.Builder.packageSummaries(Collection<PackageSummary> packageSummaries)
The software package summary.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<PackageSummary> |
ListPackagesIterable.packageSummaries()
Returns an iterable to iterate through the paginated
ListPackagesResponse.packageSummaries() member. |
SdkPublisher<PackageSummary> |
ListPackagesPublisher.packageSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.