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 VolumeStatusDetails
VolumeStatusDetails. clone()
VolumeStatusDetails
VolumeStatusDetails. withName(VolumeStatusName name)
The name of the volume status.VolumeStatusDetails
VolumeStatusDetails. withName(String name)
The name of the volume status.VolumeStatusDetails
VolumeStatusDetails. 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 VolumeStatusInfo
VolumeStatusInfo. 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 void
VolumeStatusInfo. setDetails(Collection<VolumeStatusDetails> details)
The details of the volume status.VolumeStatusInfo
VolumeStatusInfo. withDetails(Collection<VolumeStatusDetails> details)
The details of the volume status.
-