Uses of Class
com.amazonaws.services.ec2.model.VolumeStatusAction
Packages that use VolumeStatusAction
-
Uses of VolumeStatusAction in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeStatusActionModifier and TypeMethodDescriptionVolumeStatusAction.clone()
The code identifying the operation, for example,enable-volume-io
.VolumeStatusAction.withDescription
(String description) A description of the operation.VolumeStatusAction.withEventId
(String eventId) The ID of the event associated with this operation.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 VolumeStatusActionMethods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusActionModifier and TypeMethodDescriptionVolumeStatusItem.withActions
(VolumeStatusAction... actions) The details of the operation.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeStatusActionModifier and TypeMethodDescriptionvoid
VolumeStatusItem.setActions
(Collection<VolumeStatusAction> actions) The details of the operation.VolumeStatusItem.withActions
(Collection<VolumeStatusAction> actions) The details of the operation.