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