| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AlertTarget |
AlertTarget.clone() |
AlertTarget |
AlertTarget.withAlertTargetArn(String alertTargetArn)
The ARN of the notification target to which alerts are sent.
|
AlertTarget |
AlertTarget.withRoleArn(String roleArn)
The ARN of the role that grants permission to send alerts to the notification target.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AlertTarget> |
UpdateSecurityProfileResult.getAlertTargets()
Where the alerts are sent.
|
Map<String,AlertTarget> |
CreateSecurityProfileRequest.getAlertTargets()
Specifies the destinations to which alerts are sent.
|
Map<String,AlertTarget> |
DescribeSecurityProfileResult.getAlertTargets()
Where the alerts are sent.
|
Map<String,AlertTarget> |
UpdateSecurityProfileRequest.getAlertTargets()
Where the alerts are sent.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.addAlertTargetsEntry(String key,
AlertTarget value) |
CreateSecurityProfileRequest |
CreateSecurityProfileRequest.addAlertTargetsEntry(String key,
AlertTarget value) |
DescribeSecurityProfileResult |
DescribeSecurityProfileResult.addAlertTargetsEntry(String key,
AlertTarget value) |
UpdateSecurityProfileRequest |
UpdateSecurityProfileRequest.addAlertTargetsEntry(String key,
AlertTarget value) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSecurityProfileResult.setAlertTargets(Map<String,AlertTarget> alertTargets)
Where the alerts are sent.
|
void |
CreateSecurityProfileRequest.setAlertTargets(Map<String,AlertTarget> alertTargets)
Specifies the destinations to which alerts are sent.
|
void |
DescribeSecurityProfileResult.setAlertTargets(Map<String,AlertTarget> alertTargets)
Where the alerts are sent.
|
void |
UpdateSecurityProfileRequest.setAlertTargets(Map<String,AlertTarget> alertTargets)
Where the alerts are sent.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withAlertTargets(Map<String,AlertTarget> alertTargets)
Where the alerts are sent.
|
CreateSecurityProfileRequest |
CreateSecurityProfileRequest.withAlertTargets(Map<String,AlertTarget> alertTargets)
Specifies the destinations to which alerts are sent.
|
DescribeSecurityProfileResult |
DescribeSecurityProfileResult.withAlertTargets(Map<String,AlertTarget> alertTargets)
Where the alerts are sent.
|
UpdateSecurityProfileRequest |
UpdateSecurityProfileRequest.withAlertTargets(Map<String,AlertTarget> alertTargets)
Where the alerts are sent.
|
Copyright © 2019. All rights reserved.