Example usage for Java com.amazonaws.services.ec2.model TerminateInstancesRequest fields, constructors, methods, implement or subclass
The text is from its open source code.
TerminateInstancesRequest() Default constructor for TerminateInstancesRequest object. | |
TerminateInstancesRequest(java.util.List Constructs a new TerminateInstancesRequest object. |
java.util.List | getInstanceIds() The IDs of the instances. |
void | setInstanceIds(java.util.Collection The IDs of the instances. |
TerminateInstancesRequest | withInstanceIds(String... instanceIds) The IDs of the instances. |
TerminateInstancesRequest | withInstanceIds(java.util.Collection The IDs of the instances. |