Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<HistoryRecord> |
DescribeSpotFleetRequestHistoryResult.historyRecords
Information about the events in the history of the Spot fleet request.
|
Modifier and Type | Method and Description |
---|---|
HistoryRecord |
HistoryRecord.clone() |
HistoryRecord |
HistoryRecord.withEventInformation(EventInformation eventInformation)
Information about the event.
|
HistoryRecord |
HistoryRecord.withEventType(EventType eventType)
The event type.
|
HistoryRecord |
HistoryRecord.withEventType(java.lang.String eventType)
The event type.
|
HistoryRecord |
HistoryRecord.withTimestamp(java.util.Date timestamp)
The date and time of the event, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HistoryRecord> |
DescribeSpotFleetRequestHistoryResult.getHistoryRecords()
Information about the events in the history of the Spot fleet request.
|
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetRequestHistoryResult |
DescribeSpotFleetRequestHistoryResult.withHistoryRecords(HistoryRecord... historyRecords)
Information about the events in the history of the Spot fleet request.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSpotFleetRequestHistoryResult.setHistoryRecords(java.util.Collection<HistoryRecord> historyRecords)
Information about the events in the history of the Spot fleet request.
|
DescribeSpotFleetRequestHistoryResult |
DescribeSpotFleetRequestHistoryResult.withHistoryRecords(java.util.Collection<HistoryRecord> historyRecords)
Information about the events in the history of the Spot fleet request.
|
Modifier and Type | Method and Description |
---|---|
HistoryRecord |
HistoryRecordStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |