Package | Description |
---|---|
com.amazonaws.services.neptune.model |
Modifier and Type | Method and Description |
---|---|
Event |
Event.clone() |
Event |
Event.withDate(Date date)
Specifies the date and time of the event.
|
Event |
Event.withEventCategories(Collection<String> eventCategories)
Specifies the category for the event.
|
Event |
Event.withEventCategories(String... eventCategories)
Specifies the category for the event.
|
Event |
Event.withMessage(String message)
Provides the text of this event.
|
Event |
Event.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) for the event.
|
Event |
Event.withSourceIdentifier(String sourceIdentifier)
Provides the identifier for the source of the event.
|
Event |
Event.withSourceType(SourceType sourceType)
Specifies the source type for this event.
|
Event |
Event.withSourceType(String sourceType)
Specifies the source type for this event.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
DescribeEventsResult.getEvents()
A list of Event instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeEventsResult |
DescribeEventsResult.withEvents(Event... events)
A list of Event instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEventsResult.setEvents(Collection<Event> events)
A list of Event instances.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(Collection<Event> events)
A list of Event instances.
|
Copyright © 2024. All rights reserved.