Uses of Class
software.amazon.awssdk.services.iot.model.AuditNotificationType
-
Packages that use AuditNotificationType Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuditNotificationType in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuditNotificationType Modifier and Type Method Description static AuditNotificationTypeAuditNotificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuditNotificationTypeAuditNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditNotificationType[]AuditNotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuditNotificationType 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.static Set<AuditNotificationType>AuditNotificationType. knownValues()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AuditNotificationType 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.
-