Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceImageMetadata
Packages that use InstanceImageMetadata
Package
Description
-
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 InstanceImageMetadataModifier and TypeMethodDescriptionfinal 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 InstanceImageMetadataModifier and TypeMethodDescriptionDescribeInstanceImageMetadataResponse.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 InstanceImageMetadataModifier and TypeMethodDescriptionDescribeInstanceImageMetadataResponse.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 InstanceImageMetadataModifier and TypeMethodDescriptionfinal SdkIterable<InstanceImageMetadata>DescribeInstanceImageMetadataIterable.instanceImageMetadata()Returns an iterable to iterate through the paginatedDescribeInstanceImageMetadataResponse.instanceImageMetadata()member.DescribeInstanceImageMetadataPublisher.instanceImageMetadata()Returns a publisher that can be used to get a stream of data.