| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model | |
| software.amazon.awssdk.services.greengrassv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<InstalledComponent> |
ListInstalledComponentsResponse.installedComponents()
A list that summarizes each component on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstalledComponentsResponse.Builder |
ListInstalledComponentsResponse.Builder.installedComponents(InstalledComponent... installedComponents)
A list that summarizes each component on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstalledComponentsResponse.Builder |
ListInstalledComponentsResponse.Builder.installedComponents(Collection<InstalledComponent> installedComponents)
A list that summarizes each component on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<InstalledComponent> |
ListInstalledComponentsIterable.installedComponents()
Returns an iterable to iterate through the paginated
ListInstalledComponentsResponse.installedComponents() member. |
SdkPublisher<InstalledComponent> |
ListInstalledComponentsPublisher.installedComponents()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.