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 Source
Source. clone()
Source
ConfigRule. getSource()
Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.Source
Source. withOwner(Owner owner)
Indicates whether AWS or the customer owns and manages the AWS Config rule.Source
Source. withOwner(String owner)
Indicates whether AWS or the customer owns and manages the AWS Config rule.Source
Source. withSourceDetails(SourceDetail... sourceDetails)
Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.Source
Source. withSourceDetails(Collection<SourceDetail> sourceDetails)
Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.Source
Source. 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 void
ConfigRule. 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.ConfigRule
ConfigRule. 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.
-