Uses of Class
software.amazon.awssdk.services.ec2.model.ImageAncestryEntry
-
Packages that use ImageAncestryEntry Package Description software.amazon.awssdk.services.ec2.model -
-
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 ImageAncestryEntry Modifier and Type Method Description 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 ImageAncestryEntry Modifier and Type Method Description GetImageAncestryResponse.BuilderGetImageAncestryResponse.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 ImageAncestryEntry Modifier and Type Method Description GetImageAncestryResponse.BuilderGetImageAncestryResponse.Builder. imageAncestryEntries(Collection<ImageAncestryEntry> imageAncestryEntries)A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.
-