| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuditNotificationTarget |
AuditNotificationTarget.clone() |
AuditNotificationTarget |
AuditNotificationTarget.withEnabled(Boolean enabled)
True if notifications to the target are enabled.
|
AuditNotificationTarget |
AuditNotificationTarget.withRoleArn(String roleArn)
The ARN of the role that grants permission to send notifications to the target.
|
AuditNotificationTarget |
AuditNotificationTarget.withTargetArn(String targetArn)
The ARN of the target (SNS topic) to which audit notifications are sent.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuditNotificationTarget> |
UpdateAccountAuditConfigurationRequest.getAuditNotificationTargetConfigurations()
Information about the targets to which audit notifications are sent.
|
Map<String,AuditNotificationTarget> |
DescribeAccountAuditConfigurationResult.getAuditNotificationTargetConfigurations()
Information about the targets to which audit notifications are sent for this account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountAuditConfigurationRequest |
UpdateAccountAuditConfigurationRequest.addAuditNotificationTargetConfigurationsEntry(String key,
AuditNotificationTarget value)
Add a single AuditNotificationTargetConfigurations entry
|
DescribeAccountAuditConfigurationResult |
DescribeAccountAuditConfigurationResult.addAuditNotificationTargetConfigurationsEntry(String key,
AuditNotificationTarget value)
Add a single AuditNotificationTargetConfigurations entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAccountAuditConfigurationRequest.setAuditNotificationTargetConfigurations(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
|
void |
DescribeAccountAuditConfigurationResult.setAuditNotificationTargetConfigurations(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
|
UpdateAccountAuditConfigurationRequest |
UpdateAccountAuditConfigurationRequest.withAuditNotificationTargetConfigurations(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
|
DescribeAccountAuditConfigurationResult |
DescribeAccountAuditConfigurationResult.withAuditNotificationTargetConfigurations(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
|
Copyright © 2021. All rights reserved.