public class NotificationConfiguration extends Object
Constructor and Description |
---|
NotificationConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<CloudFunctionConfiguration> |
cloudFunctionConfigurationList()
Returns cloud function configuration.
|
List<QueueConfiguration> |
queueConfigurationList()
Returns queue configuration list.
|
void |
setCloudFunctionConfigurationList(List<CloudFunctionConfiguration> cloudFunctionConfigurationList)
Sets cloud function configuration list.
|
void |
setQueueConfigurationList(List<QueueConfiguration> queueConfigurationList)
Sets queue configuration list.
|
void |
setTopicConfigurationList(List<TopicConfiguration> topicConfigurationList)
Sets topic configuration list.
|
List<TopicConfiguration> |
topicConfigurationList()
Returns topic configuration list.
|
public List<CloudFunctionConfiguration> cloudFunctionConfigurationList()
public void setCloudFunctionConfigurationList(List<CloudFunctionConfiguration> cloudFunctionConfigurationList)
public List<QueueConfiguration> queueConfigurationList()
public void setQueueConfigurationList(List<QueueConfiguration> queueConfigurationList)
public List<TopicConfiguration> topicConfigurationList()
public void setTopicConfigurationList(List<TopicConfiguration> topicConfigurationList)