Uses of Class
software.amazon.awssdk.services.appstream.model.CreateUpdatedImageResponse
-
Packages that use CreateUpdatedImageResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of CreateUpdatedImageResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return CreateUpdatedImageResponse Modifier and Type Method Description default CreateUpdatedImageResponseAppStreamClient. 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 CreateUpdatedImageResponseAppStreamClient. createUpdatedImage(CreateUpdatedImageRequest createUpdatedImageRequest)Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type CreateUpdatedImageResponse Modifier and Type Method Description 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.default CompletableFuture<CreateUpdatedImageResponse>AppStreamAsyncClient. createUpdatedImage(CreateUpdatedImageRequest createUpdatedImageRequest)Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.
-