| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ImageRecycleBinInfo> |
ListImagesInRecycleBinResponse.images()
Information about the AMIs.
|
| Modifier and Type | Method and Description |
|---|---|
ListImagesInRecycleBinResponse.Builder |
ListImagesInRecycleBinResponse.Builder.images(ImageRecycleBinInfo... images)
Information about the AMIs.
|
| Modifier and Type | Method and Description |
|---|---|
ListImagesInRecycleBinResponse.Builder |
ListImagesInRecycleBinResponse.Builder.images(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ImageRecycleBinInfo> |
ListImagesInRecycleBinPublisher.images()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ImageRecycleBinInfo> |
ListImagesInRecycleBinIterable.images()
Returns an iterable to iterate through the paginated
ListImagesInRecycleBinResponse.images() member. |
Copyright © 2023. All rights reserved.