| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withDate(Date date)
The date of the event.
|
Event |
Event.withEventCategories(Collection<String> eventCategories)
The event categories available for the specified source type.
|
Event |
Event.withEventCategories(String... eventCategories)
The event categories available for the specified source type.
|
Event |
Event.withMessage(String message)
The event message.
|
Event |
Event.withSourceIdentifier(String sourceIdentifier)
The identifier of an event source.
|
Event |
Event.withSourceType(SourceType sourceType)
The type of DMS resource that generates events.
|
Event |
Event.withSourceType(String sourceType)
The type of DMS resource that generates events.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
DescribeEventsResult.getEvents()
The events described.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsResult |
DescribeEventsResult.withEvents(Event... events)
The events described.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventsResult.setEvents(Collection<Event> events)
The events described.
|
DescribeEventsResult |
DescribeEventsResult.withEvents(Collection<Event> events)
The events described.
|
Copyright © 2024. All rights reserved.