Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
AuditFrequency |
ScheduledAuditMetadata.frequency()
How often the scheduled audit occurs.
|
AuditFrequency |
UpdateScheduledAuditRequest.frequency()
How often the scheduled audit takes place.
|
AuditFrequency |
CreateScheduledAuditRequest.frequency()
How often the scheduled audit takes place.
|
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 |
---|---|
ScheduledAuditMetadata.Builder |
ScheduledAuditMetadata.Builder.frequency(AuditFrequency frequency)
How often the scheduled audit occurs.
|
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.
|
DescribeScheduledAuditResponse.Builder |
DescribeScheduledAuditResponse.Builder.frequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
Copyright © 2020. All rights reserved.