Uses of Class
com.amazonaws.services.elasticache.model.SourceType
-
Packages that use SourceType Package Description com.amazonaws.services.elasticache.model -
-
Uses of SourceType in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return SourceType Modifier and Type Method Description static SourceTypeSourceType. fromValue(String value)Use this in place of valueOf.static SourceTypeSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticache.model with parameters of type SourceType Modifier and Type Method Description voidDescribeEventsRequest. setSourceType(SourceType sourceType)The event source to retrieve events for.voidEvent. setSourceType(SourceType sourceType)Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.DescribeEventsRequestDescribeEventsRequest. withSourceType(SourceType sourceType)The event source to retrieve events for.EventEvent. withSourceType(SourceType sourceType)Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.
-