Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
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 Amazon Redshift 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 © 2014. All rights reserved.