Uses of Class
com.amazonaws.services.ec2.model.VolumeStatusDetails
-
Packages that use VolumeStatusDetails Package Description com.amazonaws.services.ec2.model -
-
Uses of VolumeStatusDetails in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeStatusDetails Modifier and Type Method Description VolumeStatusDetailsVolumeStatusDetails. clone()VolumeStatusDetailsVolumeStatusDetails. withName(VolumeStatusName name)The name of the volume status.VolumeStatusDetailsVolumeStatusDetails. withName(String name)The name of the volume status.VolumeStatusDetailsVolumeStatusDetails. withStatus(String status)The intended status of the volume status.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeStatusDetails Modifier and Type Method Description List<VolumeStatusDetails>VolumeStatusInfo. getDetails()The details of the volume status.Methods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusDetails Modifier and Type Method Description VolumeStatusInfoVolumeStatusInfo. withDetails(VolumeStatusDetails... details)The details of the volume status.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeStatusDetails Modifier and Type Method Description voidVolumeStatusInfo. setDetails(Collection<VolumeStatusDetails> details)The details of the volume status.VolumeStatusInfoVolumeStatusInfo. withDetails(Collection<VolumeStatusDetails> details)The details of the volume status.
-