Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private VolumeStatusInfo |
VolumeStatusItem.volumeStatus
The volume status.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusInfo |
VolumeStatusInfo.clone() |
VolumeStatusInfo |
VolumeStatusItem.getVolumeStatus()
The volume status.
|
VolumeStatusInfo |
VolumeStatusInfo.withDetails(java.util.Collection<VolumeStatusDetails> details)
The details of the volume status.
|
VolumeStatusInfo |
VolumeStatusInfo.withDetails(VolumeStatusDetails... details)
The details of the volume status.
|
VolumeStatusInfo |
VolumeStatusInfo.withStatus(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusInfo |
VolumeStatusInfoStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |