Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SpotInstanceStatus |
SpotInstanceStatus.clone() |
SpotInstanceStatus |
SpotInstanceRequest.getStatus()
The status code and status message describing the Spot Instance request.
|
SpotInstanceStatus |
SpotInstanceStatus.withCode(String code)
The status code.
|
SpotInstanceStatus |
SpotInstanceStatus.withMessage(String message)
The description for the status code.
|
SpotInstanceStatus |
SpotInstanceStatus.withUpdateTime(Date updateTime)
The date and time of the most recent status update, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
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 © 2022. All rights reserved.