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