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 Event
Event. clone()
Event
Event. withDate(Date dateValue)
The date and time when the event occurred.Event
Event. withMessage(String message)
The text of the event.Event
Event. withSourceIdentifier(String sourceIdentifier)
The identifier for the source of the event.Event
Event. withSourceType(SourceType sourceType)
Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.Event
Event. 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 DescribeEventsResult
DescribeEventsResult. 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 void
DescribeEventsResult. setEvents(Collection<Event> events)
A list of events.DescribeEventsResult
DescribeEventsResult. withEvents(Collection<Event> events)
A list of events.
-