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