Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VolumeStatusItem> |
DescribeVolumeStatusResult.volumeStatuses
A list of volumes.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusItem |
VolumeStatusItem.clone() |
VolumeStatusItem |
VolumeStatusItem.withActions(java.util.Collection<VolumeStatusAction> actions)
The details of the operation.
|
VolumeStatusItem |
VolumeStatusItem.withActions(VolumeStatusAction... actions)
The details of the operation.
|
VolumeStatusItem |
VolumeStatusItem.withAvailabilityZone(java.lang.String availabilityZone)
The Availability Zone of the volume.
|
VolumeStatusItem |
VolumeStatusItem.withEvents(java.util.Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
|
VolumeStatusItem |
VolumeStatusItem.withEvents(VolumeStatusEvent... events)
A list of events associated with the volume.
|
VolumeStatusItem |
VolumeStatusItem.withVolumeId(java.lang.String volumeId)
The volume ID.
|
VolumeStatusItem |
VolumeStatusItem.withVolumeStatus(VolumeStatusInfo volumeStatus)
The volume status.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VolumeStatusItem> |
DescribeVolumeStatusResult.getVolumeStatuses()
A list of volumes.
|
Modifier and Type | Method and Description |
---|---|
DescribeVolumeStatusResult |
DescribeVolumeStatusResult.withVolumeStatuses(VolumeStatusItem... volumeStatuses)
A list of volumes.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVolumeStatusResult.setVolumeStatuses(java.util.Collection<VolumeStatusItem> volumeStatuses)
A list of volumes.
|
DescribeVolumeStatusResult |
DescribeVolumeStatusResult.withVolumeStatuses(java.util.Collection<VolumeStatusItem> volumeStatuses)
A list of volumes.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusItem |
VolumeStatusItemStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |