Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VolumeStatusInfo |
VolumeStatusInfo.clone() |
VolumeStatusInfo |
VolumeStatusItem.getVolumeStatus()
The volume status.
|
VolumeStatusInfo |
VolumeStatusInfo.withDetails(Collection<VolumeStatusDetails> details)
The details of the volume status.
|
VolumeStatusInfo |
VolumeStatusInfo.withDetails(VolumeStatusDetails... details)
The details of the volume status.
|
VolumeStatusInfo |
VolumeStatusInfo.withStatus(String status)
The status of the volume.
|
VolumeStatusInfo |
VolumeStatusInfo.withStatus(VolumeStatusInfoStatus status)
The status of the volume.
|
Modifier and Type | Method and Description |
---|---|
void |
VolumeStatusItem.setVolumeStatus(VolumeStatusInfo volumeStatus)
The volume status.
|
VolumeStatusItem |
VolumeStatusItem.withVolumeStatus(VolumeStatusInfo volumeStatus)
The volume status.
|
Copyright © 2018. All rights reserved.