Uses of Class
software.amazon.awssdk.services.rds.model.EventCategoriesMap
-
Packages that use EventCategoriesMap Package Description software.amazon.awssdk.services.rds.model -
-
Uses of EventCategoriesMap in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type EventCategoriesMap Modifier and Type Method Description List<EventCategoriesMap>DescribeEventCategoriesResponse. eventCategoriesMapList()A list ofEventCategoriesMapdata types.Methods in software.amazon.awssdk.services.rds.model with parameters of type EventCategoriesMap Modifier and Type Method Description DescribeEventCategoriesResponse.BuilderDescribeEventCategoriesResponse.Builder. eventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)A list ofEventCategoriesMapdata types.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type EventCategoriesMap Modifier and Type Method Description DescribeEventCategoriesResponse.BuilderDescribeEventCategoriesResponse.Builder. eventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)A list ofEventCategoriesMapdata types.
-