| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AuditFrequency |
AuditFrequency.fromValue(String value)
Use this in place of valueOf.
|
static AuditFrequency |
AuditFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditFrequency[] |
AuditFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduledAuditResult |
DescribeScheduledAuditResult.withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place, either one of
DAILY, WEEKLY,
BIWEEKLY, or MONTHLY. |
UpdateScheduledAuditRequest |
UpdateScheduledAuditRequest.withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place, either
DAILY, WEEKLY, BIWEEKLY,
or MONTHLY. |
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place, either
DAILY, WEEKLY, BIWEEKLY
or MONTHLY. |
ScheduledAuditMetadata |
ScheduledAuditMetadata.withFrequency(AuditFrequency frequency)
How often the scheduled audit occurs.
|
Copyright © 2025. All rights reserved.