com.atlassian.aws.ec2
Interface EC2Instance

All Known Subinterfaces:
RemoteEC2Instance
All Known Implementing Classes:
RemoteEC2InstanceImpl

public interface EC2Instance


Method Summary
 String getInstanceId()
           
 

Method Detail

getInstanceId

String getInstanceId()
                     throws IOException
Returns:
The ID of this EC2 instance, or null if it is not yet available.
Throws:
IOException - if necessary data could not be read.


Copyright © 2015 Atlassian. All rights reserved.