Uses of Class
software.amazon.awssdk.services.redshift.model.EventInfoMap
-
Packages that use EventInfoMap Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of EventInfoMap in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type EventInfoMap Modifier and Type Method Description List<EventInfoMap>EventCategoriesMap. events()The events in the event category.Methods in software.amazon.awssdk.services.redshift.model with parameters of type EventInfoMap Modifier and Type Method Description EventCategoriesMap.BuilderEventCategoriesMap.Builder. events(EventInfoMap... events)The events in the event category.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type EventInfoMap Modifier and Type Method Description EventCategoriesMap.BuilderEventCategoriesMap.Builder. events(Collection<EventInfoMap> events)The events in the event category.
-