Uses of Class
com.amazonaws.services.redshift.model.EventInfoMap

Packages that use EventInfoMap
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of EventInfoMap in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return EventInfoMap
 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.
 

Methods in com.amazonaws.services.redshift.model that return types with arguments of type EventInfoMap
 List<EventInfoMap> EventCategoriesMap.getEvents()
          The events in the event category.
 

Methods in com.amazonaws.services.redshift.model with parameters of type EventInfoMap
 EventCategoriesMap EventCategoriesMap.withEvents(EventInfoMap... events)
          The events in the event category.
 

Method parameters in com.amazonaws.services.redshift.model with type arguments of type EventInfoMap
 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 © 2016. All rights reserved.