Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EventCategoriesMap> |
DescribeEventCategoriesResult.eventCategoriesMapList
A list of event categories descriptions.
|
Modifier and Type | Method and Description |
---|---|
EventCategoriesMap |
EventCategoriesMap.clone() |
EventCategoriesMap |
EventCategoriesMap.withEvents(java.util.Collection<EventInfoMap> events)
The events in the event category.
|
EventCategoriesMap |
EventCategoriesMap.withEvents(EventInfoMap... events)
The events in the event category.
|
EventCategoriesMap |
EventCategoriesMap.withSourceType(java.lang.String sourceType)
The source type, such as cluster or cluster-snapshot, that the returned
categories belong to.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of event categories descriptions.
|
DescribeEventCategoriesResult |
DescribeEventCategoriesResult.withEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of event categories descriptions.
|
Modifier and Type | Method and Description |
---|---|
EventCategoriesMap |
EventCategoriesMapStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |