Uses of Class
software.amazon.awssdk.services.iot.model.AuditNotificationTarget
-
Packages that use AuditNotificationTarget Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuditNotificationTarget in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuditNotificationTarget Modifier and Type Method 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.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AuditNotificationTarget Modifier and Type Method Description DescribeAccountAuditConfigurationResponse.BuilderDescribeAccountAuditConfigurationResponse.Builder. auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)Information about the targets to which audit notifications are sent for this account.UpdateAccountAuditConfigurationRequest.BuilderUpdateAccountAuditConfigurationRequest.Builder. auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)Information about the targets to which audit notifications are sent.DescribeAccountAuditConfigurationResponse.BuilderDescribeAccountAuditConfigurationResponse.Builder. auditNotificationTargetConfigurationsWithStrings(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)Information about the targets to which audit notifications are sent for this account.UpdateAccountAuditConfigurationRequest.BuilderUpdateAccountAuditConfigurationRequest.Builder. auditNotificationTargetConfigurationsWithStrings(Map<String,AuditNotificationTarget> auditNotificationTargetConfigurations)Information about the targets to which audit notifications are sent.
-