Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClassicLinkInstance> |
DescribeClassicLinkInstancesResult.instances
Information about one or more linked EC2-Classic instances.
|
Modifier and Type | Method and Description |
---|---|
ClassicLinkInstance |
ClassicLinkInstance.clone() |
ClassicLinkInstance |
ClassicLinkInstance.withGroups(java.util.Collection<GroupIdentifier> groups)
A list of security groups.
|
ClassicLinkInstance |
ClassicLinkInstance.withGroups(GroupIdentifier... groups)
A list of security groups.
|
ClassicLinkInstance |
ClassicLinkInstance.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
ClassicLinkInstance |
ClassicLinkInstance.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the instance.
|
ClassicLinkInstance |
ClassicLinkInstance.withTags(Tag... tags)
Any tags assigned to the instance.
|
ClassicLinkInstance |
ClassicLinkInstance.withVpcId(java.lang.String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ClassicLinkInstance> instances)
Information about one or more linked EC2-Classic instances.
|
DescribeClassicLinkInstancesResult |
DescribeClassicLinkInstancesResult.withInstances(java.util.Collection<ClassicLinkInstance> instances)
Information about one or more linked EC2-Classic instances.
|
Modifier and Type | Method and Description |
---|---|
ClassicLinkInstance |
ClassicLinkInstanceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |