Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClassicLinkInstance |
ClassicLinkInstance.clone() |
ClassicLinkInstance |
ClassicLinkInstance.withGroups(Collection<GroupIdentifier> groups)
A list of security groups.
|
ClassicLinkInstance |
ClassicLinkInstance.withGroups(GroupIdentifier... groups)
A list of security groups.
|
ClassicLinkInstance |
ClassicLinkInstance.withInstanceId(String instanceId)
The ID of the instance.
|
ClassicLinkInstance |
ClassicLinkInstance.withTags(Collection<Tag> tags)
Any tags assigned to the instance.
|
ClassicLinkInstance |
ClassicLinkInstance.withTags(Tag... tags)
Any tags assigned to the instance.
|
ClassicLinkInstance |
ClassicLinkInstance.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
List<ClassicLinkInstance> |
DescribeClassicLinkInstancesResult.getInstances()
Information about one or more linked EC2-Classic instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeClassicLinkInstancesResult |
DescribeClassicLinkInstancesResult.withInstances(ClassicLinkInstance... instances)
Information about one or more linked EC2-Classic instances.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.