| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream |
|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateUpdatedImageResponse |
AppStreamClient.createUpdatedImage(Consumer<CreateUpdatedImageRequest.Builder> createUpdatedImageRequest)
Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent
software.
|
default CompletableFuture<CreateUpdatedImageResponse> |
AppStreamAsyncClient.createUpdatedImage(Consumer<CreateUpdatedImageRequest.Builder> createUpdatedImageRequest)
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 |
|---|---|
static CreateUpdatedImageRequest.Builder |
CreateUpdatedImageRequest.builder() |
CreateUpdatedImageRequest.Builder |
CreateUpdatedImageRequest.Builder.dryRun(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.Builder |
CreateUpdatedImageRequest.Builder.existingImageName(String existingImageName)
The name of the image to update.
|
CreateUpdatedImageRequest.Builder |
CreateUpdatedImageRequest.Builder.newImageDescription(String newImageDescription)
The description to display for the new image.
|
CreateUpdatedImageRequest.Builder |
CreateUpdatedImageRequest.Builder.newImageDisplayName(String newImageDisplayName)
The name to display for the new image.
|
CreateUpdatedImageRequest.Builder |
CreateUpdatedImageRequest.Builder.newImageName(String newImageName)
The name of the new image.
|
CreateUpdatedImageRequest.Builder |
CreateUpdatedImageRequest.Builder.newImageTags(Map<String,String> newImageTags)
The tags to associate with the new image.
|
CreateUpdatedImageRequest.Builder |
CreateUpdatedImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUpdatedImageRequest.Builder |
CreateUpdatedImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUpdatedImageRequest.Builder |
CreateUpdatedImageRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateUpdatedImageRequest.Builder> |
CreateUpdatedImageRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.