Uses of Class
software.amazon.awssdk.services.auditmanager.model.SourceFrequency
-
Packages that use SourceFrequency Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of SourceFrequency in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return SourceFrequency Modifier and Type Method Description static SourceFrequencySourceFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceFrequencyControlMappingSource. sourceFrequency()Specifies how often evidence is collected from the control mapping source.SourceFrequencyCreateControlMappingSource. sourceFrequency()Specifies how often evidence is collected from the control mapping source.static SourceFrequencySourceFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceFrequency[]SourceFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type SourceFrequency Modifier and Type Method Description static Set<SourceFrequency>SourceFrequency. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type SourceFrequency Modifier and Type Method Description ControlMappingSource.BuilderControlMappingSource.Builder. sourceFrequency(SourceFrequency sourceFrequency)Specifies how often evidence is collected from the control mapping source.CreateControlMappingSource.BuilderCreateControlMappingSource.Builder. sourceFrequency(SourceFrequency sourceFrequency)Specifies how often evidence is collected from the control mapping source.
-