| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
DeleteImageResponse.image()
Information about the image.
|
Image |
CreateUpdatedImageResponse.image()
Returns the value of the Image property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
DescribeImagesResponse.images()
Information about the images.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteImageResponse.Builder |
DeleteImageResponse.Builder.image(Image image)
Information about the image.
|
CreateUpdatedImageResponse.Builder |
CreateUpdatedImageResponse.Builder.image(Image image)
Sets the value of the Image property for this object.
|
DescribeImagesResponse.Builder |
DescribeImagesResponse.Builder.images(Image... images)
Information about the images.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesResponse.Builder |
DescribeImagesResponse.Builder.images(Collection<Image> images)
Information about the images.
|
Copyright © 2023. All rights reserved.