| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model | |
| software.amazon.awssdk.services.snowball.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CompatibleImage> |
ListCompatibleImagesResponse.compatibleImages()
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
|
| Modifier and Type | Method and Description |
|---|---|
ListCompatibleImagesResponse.Builder |
ListCompatibleImagesResponse.Builder.compatibleImages(CompatibleImage... compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
|
| Modifier and Type | Method and Description |
|---|---|
ListCompatibleImagesResponse.Builder |
ListCompatibleImagesResponse.Builder.compatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CompatibleImage> |
ListCompatibleImagesPublisher.compatibleImages()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CompatibleImage> |
ListCompatibleImagesIterable.compatibleImages()
Returns an iterable to iterate through the paginated
ListCompatibleImagesResponse.compatibleImages()
member. |
Copyright © 2023. All rights reserved.