Uses of Class
software.amazon.awssdk.services.ec2.model.ImageReference
-
Packages that use ImageReference Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of ImageReference in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageReference Modifier and Type Method Description List<ImageReference>DescribeImageReferencesResponse. imageReferences()The resources that are referencing the specified images.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageReference Modifier and Type Method Description DescribeImageReferencesResponse.BuilderDescribeImageReferencesResponse.Builder. imageReferences(ImageReference... imageReferences)The resources that are referencing the specified images.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageReference Modifier and Type Method Description DescribeImageReferencesResponse.BuilderDescribeImageReferencesResponse.Builder. imageReferences(Collection<ImageReference> imageReferences)The resources that are referencing the specified images. -
Uses of ImageReference in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ImageReference Modifier and Type Method Description SdkIterable<ImageReference>DescribeImageReferencesIterable. imageReferences()Returns an iterable to iterate through the paginatedDescribeImageReferencesResponse.imageReferences()member.SdkPublisher<ImageReference>DescribeImageReferencesPublisher. imageReferences()Returns a publisher that can be used to get a stream of data.
-