| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model | |
| software.amazon.awssdk.services.greengrassv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentVersionListItem> |
ListComponentVersionsResponse.componentVersions()
A list of versions that exist for the component.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentVersionsResponse.Builder |
ListComponentVersionsResponse.Builder.componentVersions(ComponentVersionListItem... componentVersions)
A list of versions that exist for the component.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentVersionsResponse.Builder |
ListComponentVersionsResponse.Builder.componentVersions(Collection<ComponentVersionListItem> componentVersions)
A list of versions that exist for the component.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ComponentVersionListItem> |
ListComponentVersionsPublisher.componentVersions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ComponentVersionListItem> |
ListComponentVersionsIterable.componentVersions()
Returns an iterable to iterate through the paginated
ListComponentVersionsResponse.componentVersions()
member. |
Copyright © 2023. All rights reserved.