| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model | |
| software.amazon.awssdk.services.imagebuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ImageRecipeSummary> |
ListImageRecipesResponse.imageRecipeSummaryList()
The list of image pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageRecipesResponse.Builder |
ListImageRecipesResponse.Builder.imageRecipeSummaryList(ImageRecipeSummary... imageRecipeSummaryList)
The list of image pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageRecipesResponse.Builder |
ListImageRecipesResponse.Builder.imageRecipeSummaryList(Collection<ImageRecipeSummary> imageRecipeSummaryList)
The list of image pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ImageRecipeSummary> |
ListImageRecipesPublisher.imageRecipeSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ImageRecipeSummary> |
ListImageRecipesIterable.imageRecipeSummaryList()
Returns an iterable to iterate through the paginated
ListImageRecipesResponse.imageRecipeSummaryList()
member. |
Copyright © 2022. All rights reserved.