Uses of Class
software.amazon.awssdk.services.iot.model.ViolationEventType
-
Packages that use ViolationEventType Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ViolationEventType in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ViolationEventType Modifier and Type Method Description static ViolationEventTypeViolationEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ViolationEventTypeViolationEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ViolationEventType[]ViolationEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.ViolationEventTypeViolationEvent. violationEventType()The type of violation event.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ViolationEventType Modifier and Type Method Description static Set<ViolationEventType>ViolationEventType. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type ViolationEventType Modifier and Type Method Description ViolationEvent.BuilderViolationEvent.Builder. violationEventType(ViolationEventType violationEventType)The type of violation event.
-