| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
EventSource |
EventSource.clone() |
EventSource |
EventSource.withArn(String arn)
The ARN of the event source.
|
EventSource |
EventSource.withCreatedBy(String createdBy)
The name of the partner that created the event source.
|
EventSource |
EventSource.withCreationTime(Date creationTime)
The date and time when the event source was created.
|
EventSource |
EventSource.withExpirationTime(Date expirationTime)
The date and time when the event source will expire if the AWS account doesn't create a matching event bus for
it.
|
EventSource |
EventSource.withName(String name)
The name of the event source.
|
EventSource |
EventSource.withState(EventSourceState state)
The state of the event source.
|
EventSource |
EventSource.withState(String state)
The state of the event source.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventSource> |
ListEventSourcesResult.getEventSources()
The list of event sources.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventSourcesResult |
ListEventSourcesResult.withEventSources(EventSource... eventSources)
The list of event sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventSourcesResult.setEventSources(Collection<EventSource> eventSources)
The list of event sources.
|
ListEventSourcesResult |
ListEventSourcesResult.withEventSources(Collection<EventSource> eventSources)
The list of event sources.
|
Copyright © 2019. All rights reserved.