Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeInstanceImageMetadataResponse
-
Packages that use DescribeInstanceImageMetadataResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeInstanceImageMetadataResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeInstanceImageMetadataResponse Modifier and Type Method Description default DescribeInstanceImageMetadataResponseEc2Client. describeInstanceImageMetadata(Consumer<DescribeInstanceImageMetadataRequest.Builder> describeInstanceImageMetadataRequest)Describes the AMI that was used to launch an instance, even if the AMI is deprecated, deregistered, made private (no longer public or shared with your account), or not allowed.default DescribeInstanceImageMetadataResponseEc2Client. describeInstanceImageMetadata(DescribeInstanceImageMetadataRequest describeInstanceImageMetadataRequest)Describes the AMI that was used to launch an instance, even if the AMI is deprecated, deregistered, made private (no longer public or shared with your account), or not allowed.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeInstanceImageMetadataResponse Modifier and Type Method Description default CompletableFuture<DescribeInstanceImageMetadataResponse>Ec2AsyncClient. describeInstanceImageMetadata(Consumer<DescribeInstanceImageMetadataRequest.Builder> describeInstanceImageMetadataRequest)Describes the AMI that was used to launch an instance, even if the AMI is deprecated, deregistered, made private (no longer public or shared with your account), or not allowed.default CompletableFuture<DescribeInstanceImageMetadataResponse>Ec2AsyncClient. describeInstanceImageMetadata(DescribeInstanceImageMetadataRequest describeInstanceImageMetadataRequest)Describes the AMI that was used to launch an instance, even if the AMI is deprecated, deregistered, made private (no longer public or shared with your account), or not allowed. -
Uses of DescribeInstanceImageMetadataResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeInstanceImageMetadataResponse Modifier and Type Method Description Iterator<DescribeInstanceImageMetadataResponse>DescribeInstanceImageMetadataIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeInstanceImageMetadataResponse Modifier and Type Method Description voidDescribeInstanceImageMetadataPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeInstanceImageMetadataResponse> subscriber)
-