Uses of Class
com.amazonaws.services.elasticache.model.Event

Packages that use Event
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of Event in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return Event
 Event Event.withDate(Date date)
          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
 List<Event> DescribeEventsResult.getEvents()
          A list of events.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type Event
 DescribeEventsResult DescribeEventsResult.withEvents(Event... events)
          A list of events.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type Event
 void DescribeEventsResult.setEvents(Collection<Event> events)
          A list of events.
 DescribeEventsResult DescribeEventsResult.withEvents(Collection<Event> events)
          A list of events.
 



Copyright © 2016. All rights reserved.