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

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

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

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

Methods in com.amazonaws.services.redshift.model that return types with arguments of type EventCategoriesMap
 List<EventCategoriesMap> DescribeEventCategoriesResult.getEventCategoriesMapList()
          A list of event categories descriptions.
 

Methods in com.amazonaws.services.redshift.model with parameters of type EventCategoriesMap
 DescribeEventCategoriesResult DescribeEventCategoriesResult.withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
          A list of event categories descriptions.
 

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