Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
static EventSource |
EventSource.fromValue(String value)
Use this in place of valueOf.
|
static EventSource |
EventSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventSource[] |
EventSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceDetail.setEventSource(EventSource eventSource)
The source of the event, such as an AWS service, that triggers AWS Config
to evaluate your AWS resources.
|
SourceDetail |
SourceDetail.withEventSource(EventSource eventSource)
The source of the event, such as an AWS service, that triggers AWS Config
to evaluate your AWS resources.
|
Copyright © 2018. All rights reserved.