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 HistoryRecordHistoryRecord. clone()HistoryRecordHistoryRecord. withEventInformation(EventInformation eventInformation)Information about the event.HistoryRecordHistoryRecord. withEventType(EventType eventType)The event type.HistoryRecordHistoryRecord. withEventType(String eventType)The event type.HistoryRecordHistoryRecord. 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 DescribeSpotFleetRequestHistoryResultDescribeSpotFleetRequestHistoryResult. 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 voidDescribeSpotFleetRequestHistoryResult. setHistoryRecords(Collection<HistoryRecord> historyRecords)Information about the events in the history of the Spot fleet request.DescribeSpotFleetRequestHistoryResultDescribeSpotFleetRequestHistoryResult. withHistoryRecords(Collection<HistoryRecord> historyRecords)Information about the events in the history of the Spot fleet request.
-