Uses of Class
software.amazon.awssdk.services.ec2.model.GetImageAncestryResponse
Packages that use GetImageAncestryResponse
-
Uses of GetImageAncestryResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetImageAncestryResponseModifier and TypeMethodDescriptiondefault GetImageAncestryResponseEc2Client.getImageAncestry(Consumer<GetImageAncestryRequest.Builder> getImageAncestryRequest) Retrieves the ancestry chain of the specified AMI, tracing its lineage back to the root AMI.default GetImageAncestryResponseEc2Client.getImageAncestry(GetImageAncestryRequest getImageAncestryRequest) Retrieves the ancestry chain of the specified AMI, tracing its lineage back to the root AMI.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetImageAncestryResponseModifier and TypeMethodDescriptionEc2AsyncClient.getImageAncestry(Consumer<GetImageAncestryRequest.Builder> getImageAncestryRequest) Retrieves the ancestry chain of the specified AMI, tracing its lineage back to the root AMI.Ec2AsyncClient.getImageAncestry(GetImageAncestryRequest getImageAncestryRequest) Retrieves the ancestry chain of the specified AMI, tracing its lineage back to the root AMI.