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