Uses of Class
software.amazon.awssdk.services.ec2.model.VolumeStatusEvent
Packages that use VolumeStatusEvent
-
Uses of VolumeStatusEvent in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeStatusEventModifier and TypeMethodDescriptionfinal List<VolumeStatusEvent>VolumeStatusItem.events()A list of events associated with the volume.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeStatusEventModifier and TypeMethodDescriptionVolumeStatusItem.Builder.events(VolumeStatusEvent... events) A list of events associated with the volume.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VolumeStatusEventModifier and TypeMethodDescriptionVolumeStatusItem.Builder.events(Collection<VolumeStatusEvent> events) A list of events associated with the volume.