Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private EventInformation |
HistoryRecord.eventInformation
Information about the event.
|
Modifier and Type | Method and Description |
---|---|
EventInformation |
EventInformation.clone() |
EventInformation |
HistoryRecord.getEventInformation()
Information about the event.
|
EventInformation |
EventInformation.withEventDescription(java.lang.String eventDescription)
The description of the event.
|
EventInformation |
EventInformation.withEventSubType(java.lang.String eventSubType)
The event.
|
EventInformation |
EventInformation.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryRecord.setEventInformation(EventInformation eventInformation)
Information about the event.
|
HistoryRecord |
HistoryRecord.withEventInformation(EventInformation eventInformation)
Information about the event.
|
Modifier and Type | Method and Description |
---|---|
EventInformation |
EventInformationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |