Uses of Class
software.amazon.awssdk.services.appstream.model.DescribeImagesResponse
-
Packages that use DescribeImagesResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.paginators -
-
Uses of DescribeImagesResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return DescribeImagesResponse Modifier and Type Method Description default DescribeImagesResponseAppStreamClient. describeImages()Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.default DescribeImagesResponseAppStreamClient. describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.default DescribeImagesResponseAppStreamClient. describeImages(DescribeImagesRequest describeImagesRequest)Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type DescribeImagesResponse Modifier and Type Method Description default CompletableFuture<DescribeImagesResponse>AppStreamAsyncClient. describeImages()Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.default CompletableFuture<DescribeImagesResponse>AppStreamAsyncClient. describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.default CompletableFuture<DescribeImagesResponse>AppStreamAsyncClient. describeImages(DescribeImagesRequest describeImagesRequest)Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. -
Uses of DescribeImagesResponse in software.amazon.awssdk.services.appstream.paginators
Methods in software.amazon.awssdk.services.appstream.paginators that return types with arguments of type DescribeImagesResponse Modifier and Type Method Description Iterator<DescribeImagesResponse>DescribeImagesIterable. iterator()Method parameters in software.amazon.awssdk.services.appstream.paginators with type arguments of type DescribeImagesResponse Modifier and Type Method Description voidDescribeImagesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeImagesResponse> subscriber)
-