| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Behavior |
ActiveViolation.behavior()
The behavior which is being violated.
|
Behavior |
ViolationEvent.behavior()
The behavior which was violated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Behavior> |
ValidateSecurityProfileBehaviorsRequest.behaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
List<Behavior> |
CreateSecurityProfileRequest.behaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
List<Behavior> |
DescribeSecurityProfileResponse.behaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
List<Behavior> |
UpdateSecurityProfileResponse.behaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
List<Behavior> |
UpdateSecurityProfileRequest.behaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveViolation.Builder |
ActiveViolation.Builder.behavior(Behavior behavior)
The behavior which is being violated.
|
ViolationEvent.Builder |
ViolationEvent.Builder.behavior(Behavior behavior)
The behavior which was violated.
|
ValidateSecurityProfileBehaviorsRequest.Builder |
ValidateSecurityProfileBehaviorsRequest.Builder.behaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
CreateSecurityProfileRequest.Builder |
CreateSecurityProfileRequest.Builder.behaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
DescribeSecurityProfileResponse.Builder |
DescribeSecurityProfileResponse.Builder.behaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileResponse.Builder |
UpdateSecurityProfileResponse.Builder.behaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileRequest.Builder |
UpdateSecurityProfileRequest.Builder.behaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateSecurityProfileBehaviorsRequest.Builder |
ValidateSecurityProfileBehaviorsRequest.Builder.behaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
CreateSecurityProfileRequest.Builder |
CreateSecurityProfileRequest.Builder.behaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
DescribeSecurityProfileResponse.Builder |
DescribeSecurityProfileResponse.Builder.behaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileResponse.Builder |
UpdateSecurityProfileResponse.Builder.behaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileRequest.Builder |
UpdateSecurityProfileRequest.Builder.behaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
Copyright © 2019. All rights reserved.