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