| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.clone() |
Image |
CreateUpdatedImageResult.getImage() |
Image |
DeleteImageResult.getImage()
Information about the image.
|
Image |
Image.withApplications(Application... applications)
The applications associated with the image.
|
Image |
Image.withApplications(Collection<Application> applications)
The applications associated with the image.
|
Image |
Image.withAppstreamAgentVersion(String appstreamAgentVersion)
The version of the AppStream 2.0 agent to use for instances that are launched from this image.
|
Image |
Image.withArn(String arn)
The ARN of the image.
|
Image |
Image.withBaseImageArn(String baseImageArn)
The ARN of the image from which this image was created.
|
Image |
Image.withCreatedTime(Date createdTime)
The time the image was created.
|
Image |
Image.withDescription(String description)
The description to display.
|
Image |
Image.withDisplayName(String displayName)
The image name to display.
|
Image |
Image.withImageBuilderName(String imageBuilderName)
The name of the image builder that was used to create the private image.
|
Image |
Image.withImageBuilderSupported(Boolean imageBuilderSupported)
Indicates whether an image builder can be launched from this image.
|
Image |
Image.withImageErrors(Collection<ResourceError> imageErrors)
Describes the errors that are returned when a new image can't be created.
|
Image |
Image.withImageErrors(ResourceError... imageErrors)
Describes the errors that are returned when a new image can't be created.
|
Image |
Image.withImagePermissions(ImagePermissions imagePermissions)
The permissions to provide to the destination AWS account for the specified image.
|
Image |
Image.withName(String name)
The name of 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.withPublicBaseImageReleasedDate(Date publicBaseImageReleasedDate)
The release date of the public base image.
|
Image |
Image.withState(ImageState state)
The image starts in the
PENDING state. |
Image |
Image.withState(String state)
The image starts in the
PENDING state. |
Image |
Image.withStateChangeReason(ImageStateChangeReason stateChangeReason)
The reason why the last state change occurred.
|
Image |
Image.withVisibility(String visibility)
Indicates whether the image is public or private.
|
Image |
Image.withVisibility(VisibilityType visibility)
Indicates whether the image is public or private.
|
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
DescribeImagesResult.getImages()
Information about the images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateUpdatedImageResult.setImage(Image image) |
void |
DeleteImageResult.setImage(Image image)
Information about the image.
|
CreateUpdatedImageResult |
CreateUpdatedImageResult.withImage(Image image) |
DeleteImageResult |
DeleteImageResult.withImage(Image image)
Information about the image.
|
DescribeImagesResult |
DescribeImagesResult.withImages(Image... images)
Information about the images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImagesResult.setImages(Collection<Image> images)
Information about the images.
|
DescribeImagesResult |
DescribeImagesResult.withImages(Collection<Image> images)
Information about the images.
|
Copyright © 2025. All rights reserved.