Uses of Class
software.amazon.awssdk.services.ec2.model.Image
-
Packages that use Image Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of Image in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Image Modifier and Type Method Description List<Image>DescribeImagesResponse. images()Information about the images.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Image Modifier and Type Method Description DescribeImagesResponse.BuilderDescribeImagesResponse.Builder. images(Image... images)Information about the images.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Image Modifier and Type Method Description DescribeImagesResponse.BuilderDescribeImagesResponse.Builder. images(Collection<Image> images)Information about the images. -
Uses of Image in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type Image Modifier and Type Method Description SdkIterable<Image>DescribeImagesIterable. images()Returns an iterable to iterate through the paginatedDescribeImagesResponse.images()member.SdkPublisher<Image>DescribeImagesPublisher. images()Returns a publisher that can be used to get a stream of data.
-