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 VolumeStatusItemVolumeStatusItem. clone()VolumeStatusItemVolumeStatusItem. withActions(VolumeStatusAction... actions)The details of the operation.VolumeStatusItemVolumeStatusItem. withActions(Collection<VolumeStatusAction> actions)The details of the operation.VolumeStatusItemVolumeStatusItem. withAvailabilityZone(String availabilityZone)The Availability Zone of the volume.VolumeStatusItemVolumeStatusItem. withEvents(VolumeStatusEvent... events)A list of events associated with the volume.VolumeStatusItemVolumeStatusItem. withEvents(Collection<VolumeStatusEvent> events)A list of events associated with the volume.VolumeStatusItemVolumeStatusItem. withVolumeId(String volumeId)The volume ID.VolumeStatusItemVolumeStatusItem. 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 DescribeVolumeStatusResultDescribeVolumeStatusResult. 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 voidDescribeVolumeStatusResult. setVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)A list of volumes.DescribeVolumeStatusResultDescribeVolumeStatusResult. withVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)A list of volumes.
-