| 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 from a source type that you've chosen.
|
EventCategoryGroup |
EventCategoryGroup.withEventCategories(String... eventCategories)
A list of event categories from a source type that you've chosen.
|
EventCategoryGroup |
EventCategoryGroup.withSourceType(String sourceType)
The type of 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 © 2021. All rights reserved.