Uses of Class
com.amazonaws.services.elasticache.model.Event
Packages that use Event
-
Uses of Event in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return EventModifier and TypeMethodDescriptionEvent.clone()
The date and time when the event occurred.Event.withMessage
(String message) The text of the event.Event.withSourceIdentifier
(String sourceIdentifier) The identifier for the source of the event.Event.withSourceType
(SourceType sourceType) Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.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 EventMethods in com.amazonaws.services.elasticache.model with parameters of type EventModifier and TypeMethodDescriptionDescribeEventsResult.withEvents
(Event... events) A list of events.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type EventModifier and TypeMethodDescriptionvoid
DescribeEventsResult.setEvents
(Collection<Event> events) A list of events.DescribeEventsResult.withEvents
(Collection<Event> events) A list of events.