Uses of Class
com.amazonaws.services.elasticache.model.NotificationConfiguration
-
Packages that use NotificationConfiguration Package Description com.amazonaws.services.elasticache.model -
-
Uses of NotificationConfiguration in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return NotificationConfiguration Modifier and Type Method Description NotificationConfiguration
NotificationConfiguration. clone()
NotificationConfiguration
CacheCluster. getNotificationConfiguration()
NotificationConfiguration
NotificationConfiguration. withTopicArn(String topicArn)
The Amazon Resource Name (ARN) that identifies the topic.NotificationConfiguration
NotificationConfiguration. withTopicStatus(String topicStatus)
The current state of the topic.Methods in com.amazonaws.services.elasticache.model with parameters of type NotificationConfiguration Modifier and Type Method Description void
CacheCluster. setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
CacheCluster
CacheCluster. withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
-