Uses of Class
com.amazonaws.services.ec2.model.ClassicLinkInstance
-
Packages that use ClassicLinkInstance Package Description com.amazonaws.services.ec2.model -
-
Uses of ClassicLinkInstance in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ClassicLinkInstance Modifier and Type Method Description ClassicLinkInstance
ClassicLinkInstance. clone()
ClassicLinkInstance
ClassicLinkInstance. withGroups(GroupIdentifier... groups)
A list of security groups.ClassicLinkInstance
ClassicLinkInstance. withGroups(Collection<GroupIdentifier> groups)
A list of security groups.ClassicLinkInstance
ClassicLinkInstance. withInstanceId(String instanceId)
The ID of the instance.ClassicLinkInstance
ClassicLinkInstance. withTags(Tag... tags)
Any tags assigned to the instance.ClassicLinkInstance
ClassicLinkInstance. withTags(Collection<Tag> tags)
Any tags assigned to the instance.ClassicLinkInstance
ClassicLinkInstance. withVpcId(String vpcId)
The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ClassicLinkInstance Modifier and Type Method Description List<ClassicLinkInstance>
DescribeClassicLinkInstancesResult. getInstances()
Information about one or more linked EC2-Classic instances.Methods in com.amazonaws.services.ec2.model with parameters of type ClassicLinkInstance Modifier and Type Method Description DescribeClassicLinkInstancesResult
DescribeClassicLinkInstancesResult. withInstances(ClassicLinkInstance... instances)
Information about one or more linked EC2-Classic instances.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ClassicLinkInstance Modifier and Type Method Description void
DescribeClassicLinkInstancesResult. setInstances(Collection<ClassicLinkInstance> instances)
Information about one or more linked EC2-Classic instances.DescribeClassicLinkInstancesResult
DescribeClassicLinkInstancesResult. withInstances(Collection<ClassicLinkInstance> instances)
Information about one or more linked EC2-Classic instances.
-