Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeInstanceImageMetadataResponse
Packages that use DescribeInstanceImageMetadataResponse
Package
Description
-
Uses of DescribeInstanceImageMetadataResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeInstanceImageMetadataResponseModifier and TypeMethodDescriptionEc2Client.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.Ec2Client.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 DescribeInstanceImageMetadataResponseModifier and TypeMethodDescriptionEc2AsyncClient.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.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 DescribeInstanceImageMetadataResponseMethod parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeInstanceImageMetadataResponseModifier and TypeMethodDescriptionvoidDescribeInstanceImageMetadataPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeInstanceImageMetadataResponse> subscriber)