Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EventInfoMap> |
EventCategoriesMap.events
The events in the event category.
|
Modifier and Type | Method and Description |
---|---|
EventInfoMap |
EventInfoMap.clone() |
EventInfoMap |
EventInfoMap.withEventCategories(java.util.Collection<java.lang.String> eventCategories)
The category of an Amazon Redshift event.
|
EventInfoMap |
EventInfoMap.withEventCategories(java.lang.String... eventCategories)
The category of an Amazon Redshift event.
|
EventInfoMap |
EventInfoMap.withEventDescription(java.lang.String eventDescription)
The description of an Amazon Redshift event.
|
EventInfoMap |
EventInfoMap.withEventId(java.lang.String eventId)
The identifier of an Amazon Redshift event.
|
EventInfoMap |
EventInfoMap.withSeverity(java.lang.String severity)
The severity of the event.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<EventInfoMap> events)
The events in the event category.
|
EventCategoriesMap |
EventCategoriesMap.withEvents(java.util.Collection<EventInfoMap> events)
The events in the event category.
|
Modifier and Type | Method and Description |
---|---|
EventInfoMap |
EventInfoMapStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |