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 NotificationConfigurationNotificationConfiguration. clone()NotificationConfigurationCacheCluster. getNotificationConfiguration()NotificationConfigurationNotificationConfiguration. withTopicArn(String topicArn)The Amazon Resource Name (ARN) that identifies the topic.NotificationConfigurationNotificationConfiguration. 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 voidCacheCluster. setNotificationConfiguration(NotificationConfiguration notificationConfiguration)CacheClusterCacheCluster. withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
-