Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusAction |
VolumeStatusAction.withCode(String code)
The code identifying the operation, for example,
enable-volume-io . |
VolumeStatusAction |
VolumeStatusAction.withDescription(String description)
A description of the operation.
|
VolumeStatusAction |
VolumeStatusAction.withEventId(String eventId)
The ID of the event associated with this operation.
|
VolumeStatusAction |
VolumeStatusAction.withEventType(String eventType)
The event type associated with this operation.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<VolumeStatusAction> actions)
The details of the operation.
|
VolumeStatusItem |
VolumeStatusItem.withActions(Collection<VolumeStatusAction> actions)
The details of the operation.
|
Copyright © 2014. All rights reserved.