| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
EventCategoriesMap |
EventCategoriesMap.clone() |
EventCategoriesMap |
EventCategoriesMap.withEvents(Collection<EventInfoMap> events)
The events in the event category.
|
EventCategoriesMap |
EventCategoriesMap.withEvents(EventInfoMap... events)
The events in the event category.
|
EventCategoriesMap |
EventCategoriesMap.withSourceType(String sourceType)
The source type, such as cluster or cluster-snapshot, that the returned categories belong to.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventCategoriesMap> |
DescribeEventCategoriesResult.getEventCategoriesMapList()
A list of event categories descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventCategoriesResult |
DescribeEventCategoriesResult.withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of event categories descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventCategoriesResult.setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of event categories descriptions.
|
DescribeEventCategoriesResult |
DescribeEventCategoriesResult.withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
A list of event categories descriptions.
|
Copyright © 2024. All rights reserved.