Uses of Class
software.amazon.awssdk.services.iot.model.Behavior
-
Packages that use Behavior Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Behavior in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return Behavior Modifier and Type Method Description BehaviorActiveViolation. behavior()The behavior that is being violated.BehaviorViolationEvent. behavior()The behavior that was violated.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Behavior Modifier and Type Method Description 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>UpdateSecurityProfileRequest. 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>ValidateSecurityProfileBehaviorsRequest. behaviors()Specifies the behaviors that, when violated by a device (thing), cause an alert.Methods in software.amazon.awssdk.services.iot.model with parameters of type Behavior Modifier and Type Method Description ActiveViolation.BuilderActiveViolation.Builder. behavior(Behavior behavior)The behavior that is being violated.ViolationEvent.BuilderViolationEvent.Builder. behavior(Behavior behavior)The behavior that was violated.CreateSecurityProfileRequest.BuilderCreateSecurityProfileRequest.Builder. behaviors(Behavior... behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.DescribeSecurityProfileResponse.BuilderDescribeSecurityProfileResponse.Builder. behaviors(Behavior... behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.UpdateSecurityProfileRequest.BuilderUpdateSecurityProfileRequest.Builder. behaviors(Behavior... behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.UpdateSecurityProfileResponse.BuilderUpdateSecurityProfileResponse.Builder. behaviors(Behavior... behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.ValidateSecurityProfileBehaviorsRequest.BuilderValidateSecurityProfileBehaviorsRequest.Builder. behaviors(Behavior... behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Behavior Modifier and Type Method Description CreateSecurityProfileRequest.BuilderCreateSecurityProfileRequest.Builder. behaviors(Collection<Behavior> behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.DescribeSecurityProfileResponse.BuilderDescribeSecurityProfileResponse.Builder. behaviors(Collection<Behavior> behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.UpdateSecurityProfileRequest.BuilderUpdateSecurityProfileRequest.Builder. behaviors(Collection<Behavior> behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.UpdateSecurityProfileResponse.BuilderUpdateSecurityProfileResponse.Builder. behaviors(Collection<Behavior> behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.ValidateSecurityProfileBehaviorsRequest.BuilderValidateSecurityProfileBehaviorsRequest.Builder. behaviors(Collection<Behavior> behaviors)Specifies the behaviors that, when violated by a device (thing), cause an alert.
-