Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SourceDetail> |
Source.sourceDetails
Provides the source and type of the event that causes AWS Config to
evaluate your AWS resources.
|
Modifier and Type | Method and Description |
---|---|
SourceDetail |
SourceDetail.clone() |
SourceDetail |
SourceDetail.withEventSource(EventSource eventSource)
The source of the event, such as an AWS service, that triggers AWS Config
to evaluate your AWS resources.
|
SourceDetail |
SourceDetail.withEventSource(java.lang.String eventSource)
The source of the event, such as an AWS service, that triggers AWS Config
to evaluate your AWS resources.
|
SourceDetail |
SourceDetail.withMessageType(MessageType messageType)
The type of SNS message that triggers AWS Config to run an evaluation.
|
SourceDetail |
SourceDetail.withMessageType(java.lang.String messageType)
The type of SNS message that triggers AWS Config to run an evaluation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SourceDetail> |
Source.getSourceDetails()
Provides the source and type of the event that causes AWS Config to
evaluate your AWS resources.
|
Modifier and Type | Method and Description |
---|---|
Source |
Source.withSourceDetails(SourceDetail... sourceDetails)
Provides the source and type of the event that causes AWS Config to
evaluate your AWS resources.
|
Modifier and Type | Method and Description |
---|---|
void |
Source.setSourceDetails(java.util.Collection<SourceDetail> sourceDetails)
Provides the source and type of the event that causes AWS Config to
evaluate your AWS resources.
|
Source |
Source.withSourceDetails(java.util.Collection<SourceDetail> sourceDetails)
Provides the source and type of the event that causes AWS Config to
evaluate your AWS resources.
|
Modifier and Type | Method and Description |
---|---|
SourceDetail |
SourceDetailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SourceDetailJsonMarshaller.marshall(SourceDetail sourceDetail,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|