Uses of Class
software.amazon.awssdk.services.ec2.model.GetImageAncestryResponse
-
Packages that use GetImageAncestryResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of GetImageAncestryResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetImageAncestryResponse Modifier and Type Method Description default 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 GetImageAncestryResponse Modifier and Type Method Description default CompletableFuture<GetImageAncestryResponse>Ec2AsyncClient. getImageAncestry(Consumer<GetImageAncestryRequest.Builder> getImageAncestryRequest)Retrieves the ancestry chain of the specified AMI, tracing its lineage back to the root AMI.default CompletableFuture<GetImageAncestryResponse>Ec2AsyncClient. getImageAncestry(GetImageAncestryRequest getImageAncestryRequest)Retrieves the ancestry chain of the specified AMI, tracing its lineage back to the root AMI.
-