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

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

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

Methods in com.amazonaws.services.rds.model that return EventCategoriesMap
 EventCategoriesMap EventCategoriesMap.withEventCategories(Collection<String> eventCategories)
          The event categories for the specified source type
 EventCategoriesMap EventCategoriesMap.withEventCategories(String... eventCategories)
          The event categories for the specified source type
 EventCategoriesMap EventCategoriesMap.withSourceType(String sourceType)
          The source type that the returned categories belong to
 

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

Methods in com.amazonaws.services.rds.model with parameters of type EventCategoriesMap
 DescribeEventCategoriesResult DescribeEventCategoriesResult.withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
          A list of EventCategoriesMap data types.
 

Method parameters in com.amazonaws.services.rds.model with type arguments of type EventCategoriesMap
 void DescribeEventCategoriesResult.setEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
          A list of EventCategoriesMap data types.
 DescribeEventCategoriesResult DescribeEventCategoriesResult.withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
          A list of EventCategoriesMap data types.
 



Copyright © 2016. All rights reserved.