Uses of Class
com.amazonaws.services.ec2.model.HistoryRecord
-
Packages that use HistoryRecord Package Description com.amazonaws.services.ec2.model -
-
Uses of HistoryRecord in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return HistoryRecord Modifier and Type Method Description HistoryRecord
HistoryRecord. clone()
HistoryRecord
HistoryRecord. withEventInformation(EventInformation eventInformation)
Information about the event.HistoryRecord
HistoryRecord. withEventType(EventType eventType)
The event type.HistoryRecord
HistoryRecord. withEventType(String eventType)
The event type.HistoryRecord
HistoryRecord. withTimestamp(Date timestamp)
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).Methods in com.amazonaws.services.ec2.model that return types with arguments of type HistoryRecord Modifier and Type Method Description List<HistoryRecord>
DescribeSpotFleetRequestHistoryResult. getHistoryRecords()
Information about the events in the history of the Spot fleet request.Methods in com.amazonaws.services.ec2.model with parameters of type HistoryRecord Modifier and Type Method Description DescribeSpotFleetRequestHistoryResult
DescribeSpotFleetRequestHistoryResult. withHistoryRecords(HistoryRecord... historyRecords)
Information about the events in the history of the Spot fleet request.Method parameters in com.amazonaws.services.ec2.model with type arguments of type HistoryRecord Modifier and Type Method Description void
DescribeSpotFleetRequestHistoryResult. setHistoryRecords(Collection<HistoryRecord> historyRecords)
Information about the events in the history of the Spot fleet request.DescribeSpotFleetRequestHistoryResult
DescribeSpotFleetRequestHistoryResult. withHistoryRecords(Collection<HistoryRecord> historyRecords)
Information about the events in the history of the Spot fleet request.
-