|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteEC2Instance
A remote EC2Instance.
| Method Summary | |
|---|---|
void |
addTag(String key,
String value)
Asynchronously adds an AWS tag to the instance. |
void |
asyncTerminate()
Terminate this EC2 instance, asynchronously. |
InstanceLaunchConfiguration |
getInstanceConfiguration()
|
String |
getInstanceId()
|
InstanceStatus |
getInstanceStatus()
|
boolean |
isBeingTerminated()
|
void |
start()
Start the instance |
| Method Detail |
|---|
String getInstanceId()
getInstanceId in interface EC2Instancenull if it is not yet available.void asyncTerminate()
Terminate this EC2 instance, asynchronously.
boolean isBeingTerminated()
void start()
void addTag(@NotNull
String key,
@NotNull
String value)
InstanceStatus getInstanceStatus()
InstanceLaunchConfiguration getInstanceConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||