Uses of Class
com.amazonaws.services.ec2.model.VolumeStatusItem
Packages that use VolumeStatusItem
-
Uses of VolumeStatusItem in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeStatusItemModifier and TypeMethodDescriptionVolumeStatusItem.clone()
VolumeStatusItem.withActions
(VolumeStatusAction... actions) The details of the operation.VolumeStatusItem.withActions
(Collection<VolumeStatusAction> actions) The details of the operation.VolumeStatusItem.withAvailabilityZone
(String availabilityZone) The Availability Zone of the volume.VolumeStatusItem.withEvents
(VolumeStatusEvent... events) A list of events associated with the volume.VolumeStatusItem.withEvents
(Collection<VolumeStatusEvent> events) A list of events associated with the volume.VolumeStatusItem.withVolumeId
(String volumeId) The volume ID.VolumeStatusItem.withVolumeStatus
(VolumeStatusInfo volumeStatus) The volume status.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeStatusItemModifier and TypeMethodDescriptionDescribeVolumeStatusResult.getVolumeStatuses()
A list of volumes.Methods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusItemModifier and TypeMethodDescriptionDescribeVolumeStatusResult.withVolumeStatuses
(VolumeStatusItem... volumeStatuses) A list of volumes.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeStatusItemModifier and TypeMethodDescriptionvoid
DescribeVolumeStatusResult.setVolumeStatuses
(Collection<VolumeStatusItem> volumeStatuses) A list of volumes.DescribeVolumeStatusResult.withVolumeStatuses
(Collection<VolumeStatusItem> volumeStatuses) A list of volumes.