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 VolumeStatusAction
VolumeStatusAction. clone()
VolumeStatusAction
VolumeStatusAction. withCode(String code)
The code identifying the operation, for example,enable-volume-io
.VolumeStatusAction
VolumeStatusAction. withDescription(String description)
A description of the operation.VolumeStatusAction
VolumeStatusAction. withEventId(String eventId)
The ID of the event associated with this operation.VolumeStatusAction
VolumeStatusAction. 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 VolumeStatusItem
VolumeStatusItem. 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 void
VolumeStatusItem. setActions(Collection<VolumeStatusAction> actions)
The details of the operation.VolumeStatusItem
VolumeStatusItem. withActions(Collection<VolumeStatusAction> actions)
The details of the operation.
-