Uses of Enum
com.amazonaws.services.elasticache.model.SourceType
Packages that use SourceType
-
Uses of SourceType in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return SourceTypeModifier and TypeMethodDescriptionstatic SourceTypeUse this in place of valueOf.static SourceTypeReturns 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 SourceTypeModifier and TypeMethodDescriptionvoidDescribeEventsRequest.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.DescribeEventsRequest.withSourceType(SourceType sourceType) The event source to retrieve events for.Event.withSourceType(SourceType sourceType) Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.