public class EC2InstanceResult extends Object implements TableRenderable
| Constructor and Description |
|---|
EC2InstanceResult(com.amazonaws.services.ec2.model.Instance ins)
Constructs a EC2InstancesResult.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
String |
getColumnTitle(int index) |
com.amazonaws.services.ec2.model.Instance |
getInstance() |
Object |
getValue(int index) |
public EC2InstanceResult(com.amazonaws.services.ec2.model.Instance ins)
ins - public com.amazonaws.services.ec2.model.Instance getInstance()
public int getColumnCount()
getColumnCount in interface TableRenderableTableRenderable.getColumnCount()public String getColumnTitle(int index)
getColumnTitle in interface TableRenderableTableRenderable.getColumnTitle(int)public Object getValue(int index)
getValue in interface TableRenderableTableRenderable.getValue(int)Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.