Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VolumeStatusEvent> |
VolumeStatusItem.events
A list of events associated with the volume.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusEvent |
VolumeStatusEvent.clone() |
VolumeStatusEvent |
VolumeStatusEvent.withDescription(java.lang.String description)
A description of the event.
|
VolumeStatusEvent |
VolumeStatusEvent.withEventId(java.lang.String eventId)
The ID of this event.
|
VolumeStatusEvent |
VolumeStatusEvent.withEventType(java.lang.String eventType)
The type of this event.
|
VolumeStatusEvent |
VolumeStatusEvent.withNotAfter(java.util.Date notAfter)
The latest end time of the event.
|
VolumeStatusEvent |
VolumeStatusEvent.withNotBefore(java.util.Date notBefore)
The earliest start time of the event.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VolumeStatusEvent> |
VolumeStatusItem.getEvents()
A list of events associated with the volume.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusItem |
VolumeStatusItem.withEvents(VolumeStatusEvent... events)
A list of events associated with the volume.
|
Modifier and Type | Method and Description |
---|---|
void |
VolumeStatusItem.setEvents(java.util.Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
|
VolumeStatusItem |
VolumeStatusItem.withEvents(java.util.Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusEvent |
VolumeStatusEventStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |