| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model | |
| software.amazon.awssdk.services.imagebuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentSummary> |
ListComponentBuildVersionsResponse.componentSummaryList()
The list of component summaries for the specified semantic version.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentBuildVersionsResponse.Builder |
ListComponentBuildVersionsResponse.Builder.componentSummaryList(ComponentSummary... componentSummaryList)
The list of component summaries for the specified semantic version.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentBuildVersionsResponse.Builder |
ListComponentBuildVersionsResponse.Builder.componentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ComponentSummary> |
ListComponentBuildVersionsPublisher.componentSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ComponentSummary> |
ListComponentBuildVersionsIterable.componentSummaryList()
Returns an iterable to iterate through the paginated
ListComponentBuildVersionsResponse.componentSummaryList() member. |
Copyright © 2022. All rights reserved.