| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Behavior |
Behavior.clone() |
Behavior |
ViolationEvent.getBehavior()
The behavior that was violated.
|
Behavior |
ActiveViolation.getBehavior()
The behavior that is being violated.
|
Behavior |
Behavior.withCriteria(BehaviorCriteria criteria)
The criteria that determine if a device is behaving normally in regard to the
metric. |
Behavior |
Behavior.withExportMetric(Boolean exportMetric)
Value indicates exporting metrics related to the behavior when it is true.
|
Behavior |
Behavior.withMetric(String metric)
What is measured by the behavior.
|
Behavior |
Behavior.withMetricDimension(MetricDimension metricDimension)
The dimension for a metric in your behavior.
|
Behavior |
Behavior.withName(String name)
The name you've given to the behavior.
|
Behavior |
Behavior.withSuppressAlerts(Boolean suppressAlerts)
Suppresses alerts.
|
| Modifier and Type | Method and Description |
|---|---|
List<Behavior> |
ValidateSecurityProfileBehaviorsRequest.getBehaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
List<Behavior> |
UpdateSecurityProfileResult.getBehaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
List<Behavior> |
UpdateSecurityProfileRequest.getBehaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
List<Behavior> |
DescribeSecurityProfileResult.getBehaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
List<Behavior> |
CreateSecurityProfileRequest.getBehaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViolationEvent.setBehavior(Behavior behavior)
The behavior that was violated.
|
void |
ActiveViolation.setBehavior(Behavior behavior)
The behavior that is being violated.
|
ViolationEvent |
ViolationEvent.withBehavior(Behavior behavior)
The behavior that was violated.
|
ActiveViolation |
ActiveViolation.withBehavior(Behavior behavior)
The behavior that is being violated.
|
ValidateSecurityProfileBehaviorsRequest |
ValidateSecurityProfileBehaviorsRequest.withBehaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withBehaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileRequest |
UpdateSecurityProfileRequest.withBehaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
DescribeSecurityProfileResult |
DescribeSecurityProfileResult.withBehaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
CreateSecurityProfileRequest |
CreateSecurityProfileRequest.withBehaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidateSecurityProfileBehaviorsRequest.setBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
void |
UpdateSecurityProfileResult.setBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
void |
UpdateSecurityProfileRequest.setBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
void |
DescribeSecurityProfileResult.setBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
void |
CreateSecurityProfileRequest.setBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
ValidateSecurityProfileBehaviorsRequest |
ValidateSecurityProfileBehaviorsRequest.withBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileRequest |
UpdateSecurityProfileRequest.withBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
DescribeSecurityProfileResult |
DescribeSecurityProfileResult.withBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
CreateSecurityProfileRequest |
CreateSecurityProfileRequest.withBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
Copyright © 2024. All rights reserved.