| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
CreateUpdatedImageResult |
AbstractAmazonAppStream.createUpdatedImage(CreateUpdatedImageRequest request) |
CreateUpdatedImageResult |
AmazonAppStreamClient.createUpdatedImage(CreateUpdatedImageRequest request)
Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent
software.
|
CreateUpdatedImageResult |
AmazonAppStream.createUpdatedImage(CreateUpdatedImageRequest createUpdatedImageRequest)
Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent
software.
|
Future<CreateUpdatedImageResult> |
AmazonAppStreamAsyncClient.createUpdatedImageAsync(CreateUpdatedImageRequest request) |
Future<CreateUpdatedImageResult> |
AbstractAmazonAppStreamAsync.createUpdatedImageAsync(CreateUpdatedImageRequest request) |
Future<CreateUpdatedImageResult> |
AmazonAppStreamAsync.createUpdatedImageAsync(CreateUpdatedImageRequest createUpdatedImageRequest)
Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent
software.
|
Future<CreateUpdatedImageResult> |
AmazonAppStreamAsyncClient.createUpdatedImageAsync(CreateUpdatedImageRequest request,
AsyncHandler<CreateUpdatedImageRequest,CreateUpdatedImageResult> asyncHandler) |
Future<CreateUpdatedImageResult> |
AbstractAmazonAppStreamAsync.createUpdatedImageAsync(CreateUpdatedImageRequest request,
AsyncHandler<CreateUpdatedImageRequest,CreateUpdatedImageResult> asyncHandler) |
Future<CreateUpdatedImageResult> |
AmazonAppStreamAsync.createUpdatedImageAsync(CreateUpdatedImageRequest createUpdatedImageRequest,
AsyncHandler<CreateUpdatedImageRequest,CreateUpdatedImageResult> asyncHandler)
Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent
software.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUpdatedImageResult> |
AmazonAppStreamAsyncClient.createUpdatedImageAsync(CreateUpdatedImageRequest request,
AsyncHandler<CreateUpdatedImageRequest,CreateUpdatedImageResult> asyncHandler) |
Future<CreateUpdatedImageResult> |
AbstractAmazonAppStreamAsync.createUpdatedImageAsync(CreateUpdatedImageRequest request,
AsyncHandler<CreateUpdatedImageRequest,CreateUpdatedImageResult> asyncHandler) |
Future<CreateUpdatedImageResult> |
AmazonAppStreamAsync.createUpdatedImageAsync(CreateUpdatedImageRequest createUpdatedImageRequest,
AsyncHandler<CreateUpdatedImageRequest,CreateUpdatedImageResult> asyncHandler)
Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent
software.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUpdatedImageRequest |
CreateUpdatedImageRequest.addNewImageTagsEntry(String key,
String value)
Add a single NewImageTags entry
|
CreateUpdatedImageRequest |
CreateUpdatedImageRequest.clearNewImageTagsEntries()
Removes all the entries added into NewImageTags.
|
CreateUpdatedImageRequest |
CreateUpdatedImageRequest.clone() |
CreateUpdatedImageRequest |
CreateUpdatedImageRequest.withDryRun(Boolean dryRun)
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process
of creating a new updated image.
|
CreateUpdatedImageRequest |
CreateUpdatedImageRequest.withExistingImageName(String existingImageName)
The name of the image to update.
|
CreateUpdatedImageRequest |
CreateUpdatedImageRequest.withNewImageDescription(String newImageDescription)
The description to display for the new image.
|
CreateUpdatedImageRequest |
CreateUpdatedImageRequest.withNewImageDisplayName(String newImageDisplayName)
The name to display for the new image.
|
CreateUpdatedImageRequest |
CreateUpdatedImageRequest.withNewImageName(String newImageName)
The name of the new image.
|
CreateUpdatedImageRequest |
CreateUpdatedImageRequest.withNewImageTags(Map<String,String> newImageTags)
The tags to associate with the new image.
|
Copyright © 2022. All rights reserved.