| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AlertTargetType |
AlertTargetType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AlertTargetType |
AlertTargetType.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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AlertTargetType,AlertTarget> |
UpdateSecurityProfileRequest.alertTargets()
Where the alerts are sent.
|
Map<AlertTargetType,AlertTarget> |
UpdateSecurityProfileResponse.alertTargets()
Where the alerts are sent.
|
Map<AlertTargetType,AlertTarget> |
DescribeSecurityProfileResponse.alertTargets()
Where the alerts are sent.
|
Map<AlertTargetType,AlertTarget> |
CreateSecurityProfileRequest.alertTargets()
Specifies the destinations to which alerts are sent.
|
static Set<AlertTargetType> |
AlertTargetType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityProfileRequest.Builder |
UpdateSecurityProfileRequest.Builder.alertTargets(Map<AlertTargetType,AlertTarget> alertTargets)
Where the alerts are sent.
|
UpdateSecurityProfileResponse.Builder |
UpdateSecurityProfileResponse.Builder.alertTargets(Map<AlertTargetType,AlertTarget> alertTargets)
Where the alerts are sent.
|
DescribeSecurityProfileResponse.Builder |
DescribeSecurityProfileResponse.Builder.alertTargets(Map<AlertTargetType,AlertTarget> alertTargets)
Where the alerts are sent.
|
CreateSecurityProfileRequest.Builder |
CreateSecurityProfileRequest.Builder.alertTargets(Map<AlertTargetType,AlertTarget> alertTargets)
Specifies the destinations to which alerts are sent.
|
Copyright © 2021. All rights reserved.