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 VolumeStatusInfoVolumeStatusInfo. clone()VolumeStatusInfoVolumeStatusItem. getVolumeStatus()The volume status.VolumeStatusInfoVolumeStatusInfo. withDetails(VolumeStatusDetails... details)The details of the volume status.VolumeStatusInfoVolumeStatusInfo. withDetails(Collection<VolumeStatusDetails> details)The details of the volume status.VolumeStatusInfoVolumeStatusInfo. withStatus(VolumeStatusInfoStatus status)The status of the volume.VolumeStatusInfoVolumeStatusInfo. 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 voidVolumeStatusItem. setVolumeStatus(VolumeStatusInfo volumeStatus)The volume status.VolumeStatusItemVolumeStatusItem. withVolumeStatus(VolumeStatusInfo volumeStatus)The volume status.
-