Uses of Class
com.amazonaws.services.config.model.Source
-
Packages that use Source Package Description com.amazonaws.services.config.model -
-
Uses of Source in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return Source Modifier and Type Method Description SourceSource. clone()SourceConfigRule. getSource()Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.SourceSource. withOwner(Owner owner)Indicates whether AWS or the customer owns and manages the AWS Config rule.SourceSource. withOwner(String owner)Indicates whether AWS or the customer owns and manages the AWS Config rule.SourceSource. withSourceDetails(SourceDetail... sourceDetails)Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.SourceSource. withSourceDetails(Collection<SourceDetail> sourceDetails)Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.SourceSource. withSourceIdentifier(String sourceIdentifier)For AWS managed Config rules, a pre-defined identifier from a list.Methods in com.amazonaws.services.config.model with parameters of type Source Modifier and Type Method Description voidConfigRule. setSource(Source source)Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.ConfigRuleConfigRule. withSource(Source source)Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.
-