Uses of Class
com.amazonaws.services.ec2.model.SpotInstanceStatus
-
Packages that use SpotInstanceStatus Package Description com.amazonaws.services.ec2.model -
-
Uses of SpotInstanceStatus in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotInstanceStatus Modifier and Type Method 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).Methods in com.amazonaws.services.ec2.model with parameters of type SpotInstanceStatus Modifier and Type Method 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.
-