Uses of Class
software.amazon.awssdk.services.ec2.model.VolumeStatusEvent
-
Packages that use VolumeStatusEvent Package Description software.amazon.awssdk.services.ec2.model -
-
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 VolumeStatusEvent Modifier and Type Method Description List<VolumeStatusEvent>VolumeStatusItem. events()A list of events associated with the volume.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeStatusEvent Modifier and Type Method Description VolumeStatusItem.BuilderVolumeStatusItem.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 VolumeStatusEvent Modifier and Type Method Description VolumeStatusItem.BuilderVolumeStatusItem.Builder. events(Collection<VolumeStatusEvent> events)A list of events associated with the volume.
-