Uses of Class
com.amazonaws.services.ec2.model.VolumeStatusAction
-
Packages that use VolumeStatusAction Package Description com.amazonaws.services.ec2.model -
-
Uses of VolumeStatusAction in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeStatusAction Modifier and Type Method Description VolumeStatusActionVolumeStatusAction. clone()VolumeStatusActionVolumeStatusAction. withCode(String code)The code identifying the operation, for example,enable-volume-io.VolumeStatusActionVolumeStatusAction. withDescription(String description)A description of the operation.VolumeStatusActionVolumeStatusAction. withEventId(String eventId)The ID of the event associated with this operation.VolumeStatusActionVolumeStatusAction. withEventType(String eventType)The event type associated with this operation.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeStatusAction Modifier and Type Method Description List<VolumeStatusAction>VolumeStatusItem. getActions()The details of the operation.Methods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusAction Modifier and Type Method Description VolumeStatusItemVolumeStatusItem. withActions(VolumeStatusAction... actions)The details of the operation.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeStatusAction Modifier and Type Method Description voidVolumeStatusItem. setActions(Collection<VolumeStatusAction> actions)The details of the operation.VolumeStatusItemVolumeStatusItem. withActions(Collection<VolumeStatusAction> actions)The details of the operation.
-