Uses of Class
software.amazon.awssdk.services.iot.model.AuditFrequency
-
Packages that use AuditFrequency Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuditFrequency in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuditFrequency Modifier and Type Method Description AuditFrequencyCreateScheduledAuditRequest. frequency()How often the scheduled audit takes place, eitherDAILY,WEEKLY,BIWEEKLYorMONTHLY.AuditFrequencyDescribeScheduledAuditResponse. frequency()How often the scheduled audit takes place, either one ofDAILY,WEEKLY,BIWEEKLY, orMONTHLY.AuditFrequencyScheduledAuditMetadata. frequency()How often the scheduled audit occurs.AuditFrequencyUpdateScheduledAuditRequest. frequency()How often the scheduled audit takes place, eitherDAILY,WEEKLY,BIWEEKLY, orMONTHLY.static AuditFrequencyAuditFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuditFrequencyAuditFrequency. 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.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuditFrequency Modifier and Type Method Description static Set<AuditFrequency>AuditFrequency. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type AuditFrequency Modifier and Type Method Description CreateScheduledAuditRequest.BuilderCreateScheduledAuditRequest.Builder. frequency(AuditFrequency frequency)How often the scheduled audit takes place, eitherDAILY,WEEKLY,BIWEEKLYorMONTHLY.DescribeScheduledAuditResponse.BuilderDescribeScheduledAuditResponse.Builder. frequency(AuditFrequency frequency)How often the scheduled audit takes place, either one ofDAILY,WEEKLY,BIWEEKLY, orMONTHLY.ScheduledAuditMetadata.BuilderScheduledAuditMetadata.Builder. frequency(AuditFrequency frequency)How often the scheduled audit occurs.UpdateScheduledAuditRequest.BuilderUpdateScheduledAuditRequest.Builder. frequency(AuditFrequency frequency)How often the scheduled audit takes place, eitherDAILY,WEEKLY,BIWEEKLY, orMONTHLY.
-