public class InstanceListDao extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceListDao.InstanceWithRegion |
| Constructor and Description |
|---|
InstanceListDao() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addInstance(File ec2InstanceIDFile,
com.amazonaws.regions.Regions region,
String instanceId) |
static Iterable<InstanceListDao.InstanceWithRegion> |
read(File ec2InstanceIDFile) |
public static void addInstance(File ec2InstanceIDFile, com.amazonaws.regions.Regions region, String instanceId) throws IOException
IOExceptionpublic static Iterable<InstanceListDao.InstanceWithRegion> read(File ec2InstanceIDFile) throws IOException
IOExceptionCopyright © 2015 Atlassian. All rights reserved.