|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StartInstancesResult | |
---|---|
com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of StartInstancesResult in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 that return StartInstancesResult | |
---|---|
StartInstancesResult |
AmazonEC2.startInstances(StartInstancesRequest startInstancesRequest)
Starts an instance that uses an Amazon EBS volume as its root device. |
StartInstancesResult |
AmazonEC2Client.startInstances(StartInstancesRequest startInstancesRequest)
Starts an instance that uses an Amazon EBS volume as its root device. |
Methods in com.amazonaws.services.ec2 that return types with arguments of type StartInstancesResult | |
---|---|
Future<StartInstancesResult> |
AmazonEC2AsyncClient.startInstancesAsync(StartInstancesRequest startInstancesRequest)
Starts an instance that uses an Amazon EBS volume as its root device. |
Future<StartInstancesResult> |
AmazonEC2Async.startInstancesAsync(StartInstancesRequest startInstancesRequest)
Starts an instance that uses an Amazon EBS volume as its root device. |
Uses of StartInstancesResult in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return StartInstancesResult | |
---|---|
StartInstancesResult |
StartInstancesResult.withStartingInstances(Collection<InstanceStateChange> startingInstances)
The list of the starting instances and details on how their state has changed. |
StartInstancesResult |
StartInstancesResult.withStartingInstances(InstanceStateChange... startingInstances)
The list of the starting instances and details on how their state has changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |