Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
SpotInstanceStatus |
SpotInstanceRequest.getStatus()
The status code and status message describing the Spot Instance
request.
|
SpotInstanceStatus |
SpotInstanceStatus.withCode(String code)
The status code of the request.
|
SpotInstanceStatus |
SpotInstanceStatus.withMessage(String message)
The description for the status code for the Spot request.
|
SpotInstanceStatus |
SpotInstanceStatus.withUpdateTime(Date updateTime)
The time of the most recent status update.
|
Modifier and Type | Method and Description |
---|---|
void |
SpotInstanceRequest.setStatus(SpotInstanceStatus status)
The status code and status message describing the Spot Instance
request.
|
SpotInstanceRequest |
SpotInstanceRequest.withStatus(SpotInstanceStatus status)
The status code and status message describing the Spot Instance
request.
|
Copyright © 2014. All rights reserved.