Package | Description |
---|---|
com.amazonaws.resources.ec2 |
Modifier and Type | Method and Description |
---|---|
Instance |
EC2.getInstance(String id)
Gets an instance of
Instance resource by its identifier(s). |
Modifier and Type | Method and Description |
---|---|
List<Instance> |
Subnet.createInstances(RunInstancesRequest request)
Performs the
CreateInstances action. |
List<Instance> |
EC2.createInstances(RunInstancesRequest request)
Performs the
CreateInstances action. |
List<Instance> |
Subnet.createInstances(RunInstancesRequest request,
ResultCapture<RunInstancesResult> extractor)
Performs the
CreateInstances action and use a ResultCapture
to retrieve the low-level client response. |
List<Instance> |
EC2.createInstances(RunInstancesRequest request,
ResultCapture<RunInstancesResult> extractor)
Performs the
CreateInstances action and use a ResultCapture
to retrieve the low-level client response. |
List<Instance> |
EC2.createInstances(String imageId,
Integer minCount,
Integer maxCount)
The convenient method form for the
CreateInstances action. |
List<Instance> |
EC2.createInstances(String imageId,
Integer minCount,
Integer maxCount,
ResultCapture<RunInstancesResult> extractor)
The convenient method form for the
CreateInstances action. |
Copyright © 2014. All rights reserved.