Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceImageMetadata
-
Packages that use InstanceImageMetadata Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of InstanceImageMetadata in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceImageMetadata Modifier and Type Method Description List<InstanceImageMetadata>DescribeInstanceImageMetadataResponse. instanceImageMetadata()Information about the instance and the AMI used to launch the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceImageMetadata Modifier and Type Method Description DescribeInstanceImageMetadataResponse.BuilderDescribeInstanceImageMetadataResponse.Builder. instanceImageMetadata(InstanceImageMetadata... instanceImageMetadata)Information about the instance and the AMI used to launch the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceImageMetadata Modifier and Type Method Description DescribeInstanceImageMetadataResponse.BuilderDescribeInstanceImageMetadataResponse.Builder. instanceImageMetadata(Collection<InstanceImageMetadata> instanceImageMetadata)Information about the instance and the AMI used to launch the instance. -
Uses of InstanceImageMetadata in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type InstanceImageMetadata Modifier and Type Method Description SdkIterable<InstanceImageMetadata>DescribeInstanceImageMetadataIterable. instanceImageMetadata()Returns an iterable to iterate through the paginatedDescribeInstanceImageMetadataResponse.instanceImageMetadata()member.SdkPublisher<InstanceImageMetadata>DescribeInstanceImageMetadataPublisher. instanceImageMetadata()Returns a publisher that can be used to get a stream of data.
-