| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
HistoryRecordEntry |
HistoryRecordEntry.clone() |
HistoryRecordEntry |
HistoryRecordEntry.withEventInformation(EventInformation eventInformation)
Information about the event.
|
HistoryRecordEntry |
HistoryRecordEntry.withEventType(FleetEventType eventType)
The event type.
|
HistoryRecordEntry |
HistoryRecordEntry.withEventType(String eventType)
The event type.
|
HistoryRecordEntry |
HistoryRecordEntry.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<HistoryRecordEntry> |
DescribeFleetHistoryResult.getHistoryRecords()
Information about the events in the history of the EC2 Fleet.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetHistoryResult |
DescribeFleetHistoryResult.withHistoryRecords(HistoryRecordEntry... historyRecords)
Information about the events in the history of the EC2 Fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetHistoryResult.setHistoryRecords(Collection<HistoryRecordEntry> historyRecords)
Information about the events in the history of the EC2 Fleet.
|
DescribeFleetHistoryResult |
DescribeFleetHistoryResult.withHistoryRecords(Collection<HistoryRecordEntry> historyRecords)
Information about the events in the history of the EC2 Fleet.
|
Copyright © 2022. All rights reserved.