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