Uses of Class
software.amazon.awssdk.services.ec2.model.ImageReference
Packages that use ImageReference
Package
Description
-
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 ImageReferenceModifier and TypeMethodDescriptionfinal List<ImageReference>DescribeImageReferencesResponse.imageReferences()The resources that are referencing the specified images.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageReferenceModifier and TypeMethodDescriptionDescribeImageReferencesResponse.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 ImageReferenceModifier and TypeMethodDescriptionDescribeImageReferencesResponse.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 ImageReferenceModifier and TypeMethodDescriptionfinal SdkIterable<ImageReference>DescribeImageReferencesIterable.imageReferences()Returns an iterable to iterate through the paginatedDescribeImageReferencesResponse.imageReferences()member.final SdkPublisher<ImageReference>DescribeImageReferencesPublisher.imageReferences()Returns a publisher that can be used to get a stream of data.