Uses of Class
software.amazon.awssdk.services.config.model.Source
-
Packages that use Source Package Description software.amazon.awssdk.services.config.model -
-
Uses of Source in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return Source Modifier and Type Method Description SourceConfigRule. source()Provides the rule owner (Amazon Web Servicesfor managed rules,CUSTOM_POLICYfor Custom Policy rules, andCUSTOM_LAMBDAfor Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.Methods in software.amazon.awssdk.services.config.model with parameters of type Source Modifier and Type Method Description ConfigRule.BuilderConfigRule.Builder. source(Source source)Provides the rule owner (Amazon Web Servicesfor managed rules,CUSTOM_POLICYfor Custom Policy rules, andCUSTOM_LAMBDAfor Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.
-