Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Map<AuditNotificationType,AuditNotificationTarget> |
DescribeAccountAuditConfigurationResponse.auditNotificationTargetConfigurations()
Information about the targets to which audit notifications are sent for this account.
|
Map<AuditNotificationType,AuditNotificationTarget> |
UpdateAccountAuditConfigurationRequest.auditNotificationTargetConfigurations()
Information about the targets to which audit notifications are sent.
|
Map<String,AuditNotificationTarget> |
DescribeAccountAuditConfigurationResponse.auditNotificationTargetConfigurationsAsStrings()
Information about the targets to which audit notifications are sent for this account.
|
Map<String,AuditNotificationTarget> |
UpdateAccountAuditConfigurationRequest.auditNotificationTargetConfigurationsAsStrings()
Information about the targets to which audit notifications are sent.
|
Modifier and Type | Method and Description |
---|---|
DescribeAccountAuditConfigurationResponse.Builder |
DescribeAccountAuditConfigurationResponse.Builder.auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
|
UpdateAccountAuditConfigurationRequest.Builder |
UpdateAccountAuditConfigurationRequest.Builder.auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
|
DescribeAccountAuditConfigurationResponse.Builder |
DescribeAccountAuditConfigurationResponse.Builder.auditNotificationTargetConfigurationsWithStrings(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
|
UpdateAccountAuditConfigurationRequest.Builder |
UpdateAccountAuditConfigurationRequest.Builder.auditNotificationTargetConfigurationsWithStrings(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
|
Copyright © 2020. All rights reserved.