Uses of Class
com.amazonaws.services.ec2.model.HistoryRecord
Packages that use HistoryRecord
-
Uses of HistoryRecord in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return HistoryRecordModifier and TypeMethodDescriptionHistoryRecord.clone()HistoryRecord.withEventInformation(EventInformation eventInformation) Information about the event.HistoryRecord.withEventType(EventType eventType) The event type.HistoryRecord.withEventType(String eventType) The event type.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 HistoryRecordModifier and TypeMethodDescriptionDescribeSpotFleetRequestHistoryResult.getHistoryRecords()Information about the events in the history of the Spot fleet request.Methods in com.amazonaws.services.ec2.model with parameters of type HistoryRecordModifier and TypeMethodDescriptionDescribeSpotFleetRequestHistoryResult.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 HistoryRecordModifier and TypeMethodDescriptionvoidDescribeSpotFleetRequestHistoryResult.setHistoryRecords(Collection<HistoryRecord> historyRecords) Information about the events in the history of the Spot fleet request.DescribeSpotFleetRequestHistoryResult.withHistoryRecords(Collection<HistoryRecord> historyRecords) Information about the events in the history of the Spot fleet request.