| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
BehaviorCriteriaType |
ListViolationEventsRequest.behaviorCriteriaType()
The criteria for a behavior.
|
BehaviorCriteriaType |
ListActiveViolationsRequest.behaviorCriteriaType()
The criteria for a behavior.
|
static BehaviorCriteriaType |
BehaviorCriteriaType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BehaviorCriteriaType |
BehaviorCriteriaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BehaviorCriteriaType[] |
BehaviorCriteriaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BehaviorCriteriaType> |
BehaviorCriteriaType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListViolationEventsRequest.Builder |
ListViolationEventsRequest.Builder.behaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
|
ListActiveViolationsRequest.Builder |
ListActiveViolationsRequest.Builder.behaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
|
Copyright © 2022. All rights reserved.