Uses of Class
software.amazon.awssdk.services.ec2.model.GetImageAncestryRequest
-
Packages that use GetImageAncestryRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of GetImageAncestryRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetImageAncestryRequest Modifier and Type Method Description default CompletableFuture<GetImageAncestryResponse>Ec2AsyncClient. getImageAncestry(GetImageAncestryRequest 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. -
Uses of GetImageAncestryRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type GetImageAncestryRequest Modifier and Type Method Description SdkHttpFullRequestGetImageAncestryRequestMarshaller. marshall(GetImageAncestryRequest getImageAncestryRequest)
-