Uses of Class
com.amazonaws.services.ec2.model.VolumeStatusInfo
-
Packages that use VolumeStatusInfo Package Description com.amazonaws.services.ec2.model -
-
Uses of VolumeStatusInfo in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeStatusInfo Modifier and Type Method Description VolumeStatusInfo
VolumeStatusInfo. clone()
VolumeStatusInfo
VolumeStatusItem. getVolumeStatus()
The volume status.VolumeStatusInfo
VolumeStatusInfo. withDetails(VolumeStatusDetails... details)
The details of the volume status.VolumeStatusInfo
VolumeStatusInfo. withDetails(Collection<VolumeStatusDetails> details)
The details of the volume status.VolumeStatusInfo
VolumeStatusInfo. withStatus(VolumeStatusInfoStatus status)
The status of the volume.VolumeStatusInfo
VolumeStatusInfo. withStatus(String status)
The status of the volume.Methods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusInfo Modifier and Type Method Description void
VolumeStatusItem. setVolumeStatus(VolumeStatusInfo volumeStatus)
The volume status.VolumeStatusItem
VolumeStatusItem. withVolumeStatus(VolumeStatusInfo volumeStatus)
The volume status.
-