Uses of Class
com.amazonaws.services.config.model.SourceDetail
-
Packages that use SourceDetail Package Description com.amazonaws.services.config.model -
-
Uses of SourceDetail in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return SourceDetail Modifier and Type Method Description SourceDetailSourceDetail. clone()SourceDetailSourceDetail. withEventSource(EventSource eventSource)The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.SourceDetailSourceDetail. withEventSource(String eventSource)The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.SourceDetailSourceDetail. withMessageType(MessageType messageType)The type of SNS message that triggers AWS Config to run an evaluation.SourceDetailSourceDetail. withMessageType(String messageType)The type of SNS message that triggers AWS Config to run an evaluation.Methods in com.amazonaws.services.config.model that return types with arguments of type SourceDetail Modifier and Type Method Description List<SourceDetail>Source. getSourceDetails()Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.Methods in com.amazonaws.services.config.model with parameters of type SourceDetail Modifier and Type Method Description SourceSource. withSourceDetails(SourceDetail... sourceDetails)Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.Method parameters in com.amazonaws.services.config.model with type arguments of type SourceDetail Modifier and Type Method Description voidSource. setSourceDetails(Collection<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.
-