| 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 |
|---|---|
CreateScheduledAuditRequest |
CreateScheduledAuditRequest.withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
DescribeScheduledAuditResult |
DescribeScheduledAuditResult.withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
ScheduledAuditMetadata |
ScheduledAuditMetadata.withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
UpdateScheduledAuditRequest |
UpdateScheduledAuditRequest.withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
Copyright © 2019. All rights reserved.