Uses of Class
software.amazon.awssdk.services.ec2.model.ImageAncestryEntry
Packages that use ImageAncestryEntry
-
Uses of ImageAncestryEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageAncestryEntryModifier and TypeMethodDescriptionfinal List<ImageAncestryEntry>GetImageAncestryResponse.imageAncestryEntries()A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageAncestryEntryModifier and TypeMethodDescriptionGetImageAncestryResponse.Builder.imageAncestryEntries(ImageAncestryEntry... imageAncestryEntries) A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageAncestryEntryModifier and TypeMethodDescriptionGetImageAncestryResponse.Builder.imageAncestryEntries(Collection<ImageAncestryEntry> imageAncestryEntries) A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.