Uses of Class
software.amazon.awssdk.services.ec2.model.ClassicLinkInstance
Packages that use ClassicLinkInstance
Package
Description
-
Uses of ClassicLinkInstance in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClassicLinkInstanceModifier and TypeMethodDescriptionfinal List<ClassicLinkInstance>DescribeClassicLinkInstancesResponse.instances()Information about one or more linked EC2-Classic instances.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClassicLinkInstanceModifier and TypeMethodDescriptionDescribeClassicLinkInstancesResponse.Builder.instances(ClassicLinkInstance... instances) Information about one or more linked EC2-Classic instances.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ClassicLinkInstanceModifier and TypeMethodDescriptionDescribeClassicLinkInstancesResponse.Builder.instances(Collection<ClassicLinkInstance> instances) Information about one or more linked EC2-Classic instances. -
Uses of ClassicLinkInstance in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ClassicLinkInstanceModifier and TypeMethodDescriptionfinal SdkIterable<ClassicLinkInstance>DescribeClassicLinkInstancesIterable.instances()Returns an iterable to iterate through the paginatedDescribeClassicLinkInstancesResponse.instances()member.final SdkPublisher<ClassicLinkInstance>DescribeClassicLinkInstancesPublisher.instances()Returns a publisher that can be used to get a stream of data.