| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
EventCategoriesMap |
EventCategoriesMap.clone() |
EventCategoriesMap |
EventCategoriesMap.withEventCategories(Collection<String> eventCategories)
The event categories for the specified source type
|
EventCategoriesMap |
EventCategoriesMap.withEventCategories(String... eventCategories)
The event categories for the specified source type
|
EventCategoriesMap |
EventCategoriesMap.withSourceType(String sourceType)
The source type that the returned categories belong to
|
| Modifier and Type | Method and Description |
|---|---|
List<EventCategoriesMap> |
DescribeEventCategoriesResult.getEventCategoriesMapList()
A list of
EventCategoriesMap data types. |
| Modifier and Type | Method and Description |
|---|---|
DescribeEventCategoriesResult |
DescribeEventCategoriesResult.withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of
EventCategoriesMap data types. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventCategoriesResult.setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of
EventCategoriesMap data types. |
DescribeEventCategoriesResult |
DescribeEventCategoriesResult.withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of
EventCategoriesMap data types. |
Copyright © 2022. All rights reserved.