Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeImageReferencesResponse
-
Packages that use DescribeImageReferencesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeImageReferencesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeImageReferencesResponse Modifier and Type Method Description default DescribeImageReferencesResponseEc2Client. describeImageReferences(Consumer<DescribeImageReferencesRequest.Builder> describeImageReferencesRequest)Describes your Amazon Web Services resources that are referencing the specified images.default DescribeImageReferencesResponseEc2Client. describeImageReferences(DescribeImageReferencesRequest describeImageReferencesRequest)Describes your Amazon Web Services resources that are referencing the specified images.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeImageReferencesResponse Modifier and Type Method Description default CompletableFuture<DescribeImageReferencesResponse>Ec2AsyncClient. describeImageReferences(Consumer<DescribeImageReferencesRequest.Builder> describeImageReferencesRequest)Describes your Amazon Web Services resources that are referencing the specified images.default CompletableFuture<DescribeImageReferencesResponse>Ec2AsyncClient. describeImageReferences(DescribeImageReferencesRequest describeImageReferencesRequest)Describes your Amazon Web Services resources that are referencing the specified images. -
Uses of DescribeImageReferencesResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeImageReferencesResponse Modifier and Type Method Description Iterator<DescribeImageReferencesResponse>DescribeImageReferencesIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeImageReferencesResponse Modifier and Type Method Description voidDescribeImageReferencesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeImageReferencesResponse> subscriber)
-