Uses of Class
software.amazon.awssdk.services.ec2.model.ClassicLinkInstance
-
Packages that use ClassicLinkInstance Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 ClassicLinkInstance Modifier and Type Method Description 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 ClassicLinkInstance Modifier and Type Method Description DescribeClassicLinkInstancesResponse.BuilderDescribeClassicLinkInstancesResponse.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 ClassicLinkInstance Modifier and Type Method Description DescribeClassicLinkInstancesResponse.BuilderDescribeClassicLinkInstancesResponse.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 ClassicLinkInstance Modifier and Type Method Description SdkIterable<ClassicLinkInstance>DescribeClassicLinkInstancesIterable. instances()Returns an iterable to iterate through the paginatedDescribeClassicLinkInstancesResponse.instances()member.SdkPublisher<ClassicLinkInstance>DescribeClassicLinkInstancesPublisher. instances()Returns a publisher that can be used to get a stream of data.
-