Uses of Class
com.amazonaws.services.elasticache.model.Event
-
Packages that use Event Package Description com.amazonaws.services.elasticache.model -
-
Uses of Event in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return Event Modifier and Type Method Description EventEvent. clone()EventEvent. withDate(Date dateValue)The date and time when the event occurred.EventEvent. withMessage(String message)The text of the event.EventEvent. withSourceIdentifier(String sourceIdentifier)The identifier for the source of the event.EventEvent. withSourceType(SourceType sourceType)Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.EventEvent. withSourceType(String sourceType)Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type Event Modifier and Type Method Description List<Event>DescribeEventsResult. getEvents()A list of events.Methods in com.amazonaws.services.elasticache.model with parameters of type Event Modifier and Type Method Description DescribeEventsResultDescribeEventsResult. withEvents(Event... events)A list of events.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type Event Modifier and Type Method Description voidDescribeEventsResult. setEvents(Collection<Event> events)A list of events.DescribeEventsResultDescribeEventsResult. withEvents(Collection<Event> events)A list of events.
-