Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
EventInfoMap |
EventInfoMap.withEventCategories(Collection<String> eventCategories)
The category of an Amazon Redshift event.
|
EventInfoMap |
EventInfoMap.withEventCategories(String... eventCategories)
The category of an Amazon Redshift event.
|
EventInfoMap |
EventInfoMap.withEventDescription(String eventDescription)
The description of an Amazon Redshift event.
|
EventInfoMap |
EventInfoMap.withEventId(String eventId)
The identifier of an Amazon Redshift event.
|
EventInfoMap |
EventInfoMap.withSeverity(String severity)
The severity of the event.
|
Modifier and Type | Method and Description |
---|---|
List<EventInfoMap> |
EventCategoriesMap.getEvents()
The events in the event category.
|
Modifier and Type | Method and Description |
---|---|
EventCategoriesMap |
EventCategoriesMap.withEvents(EventInfoMap... events)
The events in the event category.
|
Modifier and Type | Method and Description |
---|---|
void |
EventCategoriesMap.setEvents(Collection<EventInfoMap> events)
The events in the event category.
|
EventCategoriesMap |
EventCategoriesMap.withEvents(Collection<EventInfoMap> events)
The events in the event category.
|
Copyright © 2014. All rights reserved.