| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model | |
| software.amazon.awssdk.services.imagebuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentVersion> |
ListComponentsResponse.componentVersionList()
The list of component semantic versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
ListComponentsResponse.Builder.componentVersionList(ComponentVersion... componentVersionList)
The list of component semantic versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
ListComponentsResponse.Builder.componentVersionList(Collection<ComponentVersion> componentVersionList)
The list of component semantic versions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ComponentVersion> |
ListComponentsIterable.componentVersionList()
Returns an iterable to iterate through the paginated
ListComponentsResponse.componentVersionList()
member. |
SdkPublisher<ComponentVersion> |
ListComponentsPublisher.componentVersionList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.