| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
EventCategoryGroup |
EventCategoryGroup.clone() |
EventCategoryGroup |
EventCategoryGroup.withEventCategories(Collection<String> eventCategories)
A list of event categories for a
SourceType that you want to subscribe to. |
EventCategoryGroup |
EventCategoryGroup.withEventCategories(String... eventCategories)
A list of event categories for a
SourceType that you want to subscribe to. |
EventCategoryGroup |
EventCategoryGroup.withSourceType(String sourceType)
The type of AWS DMS resource that generates events.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventCategoryGroup> |
DescribeEventCategoriesResult.getEventCategoryGroupList()
A list of event categories.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventCategoriesResult |
DescribeEventCategoriesResult.withEventCategoryGroupList(EventCategoryGroup... eventCategoryGroupList)
A list of event categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventCategoriesResult.setEventCategoryGroupList(Collection<EventCategoryGroup> eventCategoryGroupList)
A list of event categories.
|
DescribeEventCategoriesResult |
DescribeEventCategoriesResult.withEventCategoryGroupList(Collection<EventCategoryGroup> eventCategoryGroupList)
A list of event categories.
|
Copyright © 2017. All rights reserved.