Package | Description |
---|---|
com.amazonaws.services.ec2.model |
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(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).
|
Modifier and Type | Method and Description |
---|---|
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(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.
|
Copyright © 2018. All rights reserved.