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 SpotInstanceStatusSpotInstanceStatus. clone()SpotInstanceStatusSpotInstanceRequest. getStatus()The status code and status message describing the Spot instance request.SpotInstanceStatusSpotInstanceStatus. withCode(String code)The status code.SpotInstanceStatusSpotInstanceStatus. withMessage(String message)The description for the status code.SpotInstanceStatusSpotInstanceStatus. 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 voidSpotInstanceRequest. setStatus(SpotInstanceStatus status)The status code and status message describing the Spot instance request.SpotInstanceRequestSpotInstanceRequest. withStatus(SpotInstanceStatus status)The status code and status message describing the Spot instance request.
-