Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VolumeStatusEvent |
VolumeStatusEvent.clone() |
VolumeStatusEvent |
VolumeStatusEvent.withDescription(String description)
A description of the event.
|
VolumeStatusEvent |
VolumeStatusEvent.withEventId(String eventId)
The ID of this event.
|
VolumeStatusEvent |
VolumeStatusEvent.withEventType(String eventType)
The type of this event.
|
VolumeStatusEvent |
VolumeStatusEvent.withNotAfter(Date notAfter)
The latest end time of the event.
|
VolumeStatusEvent |
VolumeStatusEvent.withNotBefore(Date notBefore)
The earliest start time of the event.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
|
VolumeStatusItem |
VolumeStatusItem.withEvents(Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
|
Copyright © 2017. All rights reserved.