Uses of Class
com.amazonaws.services.config.model.SourceDetail
Packages that use SourceDetail
-
Uses of SourceDetail in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return SourceDetailModifier and TypeMethodDescriptionSourceDetail.clone()
SourceDetail.withEventSource
(EventSource eventSource) The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.SourceDetail.withEventSource
(String eventSource) The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.SourceDetail.withMessageType
(MessageType messageType) The type of SNS message that triggers AWS Config to run an evaluation.SourceDetail.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 SourceDetailModifier and TypeMethodDescriptionSource.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 SourceDetailModifier and TypeMethodDescriptionSource.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 SourceDetailModifier and TypeMethodDescriptionvoid
Source.setSourceDetails
(Collection<SourceDetail> sourceDetails) Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.Source.withSourceDetails
(Collection<SourceDetail> sourceDetails) Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.