Uses of Class
com.amazonaws.services.ec2.model.VolumeStatusDetails
Packages that use VolumeStatusDetails
-
Uses of VolumeStatusDetails in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeStatusDetailsModifier and TypeMethodDescriptionVolumeStatusDetails.clone()
VolumeStatusDetails.withName
(VolumeStatusName name) The name of the volume status.The name of the volume status.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 VolumeStatusDetailsModifier and TypeMethodDescriptionVolumeStatusInfo.getDetails()
The details of the volume status.Methods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusDetailsModifier and TypeMethodDescriptionVolumeStatusInfo.withDetails
(VolumeStatusDetails... details) The details of the volume status.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeStatusDetailsModifier and TypeMethodDescriptionvoid
VolumeStatusInfo.setDetails
(Collection<VolumeStatusDetails> details) The details of the volume status.VolumeStatusInfo.withDetails
(Collection<VolumeStatusDetails> details) The details of the volume status.