| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ViolationEventType |
ViolationEventType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ViolationEventType |
ViolationEventType.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.
|
ViolationEventType |
ViolationEvent.violationEventType()
The type of violation event.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ViolationEventType> |
ViolationEventType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ViolationEvent.Builder |
ViolationEvent.Builder.violationEventType(ViolationEventType violationEventType)
The type of violation event.
|
Copyright © 2020. All rights reserved.