| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.clone() |
Image |
Image.withApplications(Application... applications)
The applications associated with an image.
|
Image |
Image.withApplications(Collection<Application> applications)
The applications associated with an image.
|
Image |
Image.withArn(String arn)
The ARN for the image.
|
Image |
Image.withBaseImageArn(String baseImageArn)
The source image ARN from which this image was created.
|
Image |
Image.withCreatedTime(Date createdTime)
The timestamp when the image was created.
|
Image |
Image.withDescription(String description)
A meaningful description for the image.
|
Image |
Image.withDisplayName(String displayName)
The display name for the image.
|
Image |
Image.withName(String name)
The unique identifier for the image.
|
Image |
Image.withPlatform(PlatformType platform)
The operating system platform of the image.
|
Image |
Image.withPlatform(String platform)
The operating system platform of the image.
|
Image |
Image.withState(ImageState state)
The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and
FAILED if image creation has failed.
|
Image |
Image.withState(String state)
The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and
FAILED if image creation has failed.
|
Image |
Image.withStateChangeReason(ImageStateChangeReason stateChangeReason)
The reason why the last state change occurred.
|
Image |
Image.withVisibility(String visibility)
The visibility of an image to the user; images can be public or private.
|
Image |
Image.withVisibility(VisibilityType visibility)
The visibility of an image to the user; images can be public or private.
|
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
DescribeImagesResult.getImages()
The list of images.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesResult |
DescribeImagesResult.withImages(Image... images)
The list of images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImagesResult.setImages(Collection<Image> images)
The list of images.
|
DescribeImagesResult |
DescribeImagesResult.withImages(Collection<Image> images)
The list of images.
|
Copyright © 2016. All rights reserved.