Uses of Class
com.amazonaws.services.ec2.model.SpotInstanceStatus
Packages that use SpotInstanceStatus
-
Uses of SpotInstanceStatus in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotInstanceStatusModifier and TypeMethodDescriptionSpotInstanceStatus.clone()
SpotInstanceRequest.getStatus()
The status code and status message describing the Spot instance request.The status code.SpotInstanceStatus.withMessage
(String message) The description for the status code.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 SpotInstanceStatusModifier and TypeMethodDescriptionvoid
SpotInstanceRequest.setStatus
(SpotInstanceStatus status) The status code and status message describing the Spot instance request.SpotInstanceRequest.withStatus
(SpotInstanceStatus status) The status code and status message describing the Spot instance request.