Uses of Class
software.amazon.awssdk.services.iot.model.AlertTargetType
-
Packages that use AlertTargetType Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AlertTargetType in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AlertTargetType Modifier and Type Method Description static AlertTargetTypeAlertTargetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AlertTargetTypeAlertTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertTargetType[]AlertTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AlertTargetType Modifier and Type Method Description Map<AlertTargetType,AlertTarget>CreateSecurityProfileRequest. alertTargets()Specifies the destinations to which alerts are sent.Map<AlertTargetType,AlertTarget>DescribeSecurityProfileResponse. alertTargets()Where the alerts are sent.Map<AlertTargetType,AlertTarget>UpdateSecurityProfileRequest. alertTargets()Where the alerts are sent.Map<AlertTargetType,AlertTarget>UpdateSecurityProfileResponse. alertTargets()Where the alerts are sent.static Set<AlertTargetType>AlertTargetType. knownValues()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AlertTargetType Modifier and Type Method Description CreateSecurityProfileRequest.BuilderCreateSecurityProfileRequest.Builder. alertTargets(Map<AlertTargetType,AlertTarget> alertTargets)Specifies the destinations to which alerts are sent.DescribeSecurityProfileResponse.BuilderDescribeSecurityProfileResponse.Builder. alertTargets(Map<AlertTargetType,AlertTarget> alertTargets)Where the alerts are sent.UpdateSecurityProfileRequest.BuilderUpdateSecurityProfileRequest.Builder. alertTargets(Map<AlertTargetType,AlertTarget> alertTargets)Where the alerts are sent.UpdateSecurityProfileResponse.BuilderUpdateSecurityProfileResponse.Builder. alertTargets(Map<AlertTargetType,AlertTarget> alertTargets)Where the alerts are sent.
-