Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VolumeStatusAction> |
VolumeStatusItem.actions
The details of the operation.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusAction |
VolumeStatusAction.clone() |
VolumeStatusAction |
VolumeStatusAction.withCode(java.lang.String code)
The code identifying the operation, for example,
enable-volume-io . |
VolumeStatusAction |
VolumeStatusAction.withDescription(java.lang.String description)
A description of the operation.
|
VolumeStatusAction |
VolumeStatusAction.withEventId(java.lang.String eventId)
The ID of the event associated with this operation.
|
VolumeStatusAction |
VolumeStatusAction.withEventType(java.lang.String eventType)
The event type associated with this operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VolumeStatusAction> |
VolumeStatusItem.getActions()
The details of the operation.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusItem |
VolumeStatusItem.withActions(VolumeStatusAction... actions)
The details of the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
VolumeStatusItem.setActions(java.util.Collection<VolumeStatusAction> actions)
The details of the operation.
|
VolumeStatusItem |
VolumeStatusItem.withActions(java.util.Collection<VolumeStatusAction> actions)
The details of the operation.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusAction |
VolumeStatusActionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |