| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuditFrequency |
UpdateScheduledAuditRequest.frequency()
How often the scheduled audit takes place.
|
AuditFrequency |
CreateScheduledAuditRequest.frequency()
How often the scheduled audit takes place.
|
AuditFrequency |
ScheduledAuditMetadata.frequency()
How often the scheduled audit occurs.
|
AuditFrequency |
DescribeScheduledAuditResponse.frequency()
How often the scheduled audit takes place.
|
static AuditFrequency |
AuditFrequency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AuditFrequency> |
AuditFrequency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateScheduledAuditRequest.Builder |
UpdateScheduledAuditRequest.Builder.frequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
CreateScheduledAuditRequest.Builder |
CreateScheduledAuditRequest.Builder.frequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
ScheduledAuditMetadata.Builder |
ScheduledAuditMetadata.Builder.frequency(AuditFrequency frequency)
How often the scheduled audit occurs.
|
DescribeScheduledAuditResponse.Builder |
DescribeScheduledAuditResponse.Builder.frequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
Copyright © 2019. All rights reserved.