| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AuditNotificationType |
AuditNotificationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuditNotificationType |
AuditNotificationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AuditNotificationType,AuditNotificationTarget> |
UpdateAccountAuditConfigurationRequest.auditNotificationTargetConfigurations()
Information about the targets to which audit notifications are sent.
|
Map<AuditNotificationType,AuditNotificationTarget> |
DescribeAccountAuditConfigurationResponse.auditNotificationTargetConfigurations()
Information about the targets to which audit notifications are sent for this account.
|
static Set<AuditNotificationType> |
AuditNotificationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountAuditConfigurationRequest.Builder |
UpdateAccountAuditConfigurationRequest.Builder.auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent.
|
DescribeAccountAuditConfigurationResponse.Builder |
DescribeAccountAuditConfigurationResponse.Builder.auditNotificationTargetConfigurations(Map<AuditNotificationType,AuditNotificationTarget> auditNotificationTargetConfigurations)
Information about the targets to which audit notifications are sent for this account.
|
Copyright © 2019. All rights reserved.