Uses of Class
software.amazon.awssdk.services.config.model.SourceDetail
-
Packages that use SourceDetail Package Description software.amazon.awssdk.services.config.model -
-
Uses of SourceDetail in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type SourceDetail Modifier and Type Method Description List<SourceDetail>Source. sourceDetails()Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources against a rule.Methods in software.amazon.awssdk.services.config.model with parameters of type SourceDetail Modifier and Type Method Description Source.BuilderSource.Builder. sourceDetails(SourceDetail... sourceDetails)Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources against a rule.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type SourceDetail Modifier and Type Method Description Source.BuilderSource.Builder. sourceDetails(Collection<SourceDetail> sourceDetails)Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources against a rule.
-