Home
last modified time | relevance | path

Searched refs:NotificationConfiguration (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DNotificationConfiguration.h35 class AWS_S3_API NotificationConfiguration
38 NotificationConfiguration();
39 NotificationConfiguration(const Aws::Utils::Xml::XmlNode& xmlNode);
40 NotificationConfiguration& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
73 …inline NotificationConfiguration& WithTopicConfigurations(const Aws::Vector<TopicConfiguration>& v… in WithTopicConfigurations()
79 …inline NotificationConfiguration& WithTopicConfigurations(Aws::Vector<TopicConfiguration>&& value)… in WithTopicConfigurations()
85 …inline NotificationConfiguration& AddTopicConfigurations(const TopicConfiguration& value) { m_topi… in AddTopicConfigurations()
122 …inline NotificationConfiguration& WithQueueConfigurations(const Aws::Vector<QueueConfiguration>& v… in WithQueueConfigurations()
128 …inline NotificationConfiguration& WithQueueConfigurations(Aws::Vector<QueueConfiguration>&& value)… in WithQueueConfigurations()
171 …inline NotificationConfiguration& WithLambdaFunctionConfigurations(const Aws::Vector<LambdaFunctio… in WithLambdaFunctionConfigurations()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DNotificationConfiguration.h35 class AWS_S3CRT_API NotificationConfiguration
38 NotificationConfiguration();
39 NotificationConfiguration(const Aws::Utils::Xml::XmlNode& xmlNode);
40 NotificationConfiguration& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
73 …inline NotificationConfiguration& WithTopicConfigurations(const Aws::Vector<TopicConfiguration>& v… in WithTopicConfigurations()
79 …inline NotificationConfiguration& WithTopicConfigurations(Aws::Vector<TopicConfiguration>&& value)… in WithTopicConfigurations()
85 …inline NotificationConfiguration& AddTopicConfigurations(const TopicConfiguration& value) { m_topi… in AddTopicConfigurations()
122 …inline NotificationConfiguration& WithQueueConfigurations(const Aws::Vector<QueueConfiguration>& v… in WithQueueConfigurations()
128 …inline NotificationConfiguration& WithQueueConfigurations(Aws::Vector<QueueConfiguration>&& value)… in WithQueueConfigurations()
171 …inline NotificationConfiguration& WithLambdaFunctionConfigurations(const Aws::Vector<LambdaFunctio… in WithLambdaFunctionConfigurations()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-autoscaling/include/aws/autoscaling/model/
H A DNotificationConfiguration.h31 class AWS_AUTOSCALING_API NotificationConfiguration
34 NotificationConfiguration();
35 NotificationConfiguration(const Aws::Utils::Xml::XmlNode& xmlNode);
36 NotificationConfiguration& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
70 …inline NotificationConfiguration& WithAutoScalingGroupName(const Aws::String& value) { SetAutoScal… in WithAutoScalingGroupName()
80 …inline NotificationConfiguration& WithAutoScalingGroupName(const char* value) { SetAutoScalingGrou… in WithAutoScalingGroupName()
117 …inline NotificationConfiguration& WithTopicARN(const Aws::String& value) { SetTopicARN(value); ret… in WithTopicARN()
123 …inline NotificationConfiguration& WithTopicARN(Aws::String&& value) { SetTopicARN(std::move(value)… in WithTopicARN()
129 …inline NotificationConfiguration& WithTopicARN(const char* value) { SetTopicARN(value); return *th… in WithTopicARN()
190 …inline NotificationConfiguration& WithNotificationType(const Aws::String& value) { SetNotification… in WithNotificationType()
[all …]
H A DDescribeNotificationConfigurationsResult.h41 …inline const Aws::Vector<NotificationConfiguration>& GetNotificationConfigurations() const{ return… in GetNotificationConfigurations()
46 …inline void SetNotificationConfigurations(const Aws::Vector<NotificationConfiguration>& value) { m… in SetNotificationConfigurations()
51 …inline void SetNotificationConfigurations(Aws::Vector<NotificationConfiguration>&& value) { m_noti… in SetNotificationConfigurations()
56 …rationsResult& WithNotificationConfigurations(const Aws::Vector<NotificationConfiguration>& value)… in WithNotificationConfigurations()
61 …onfigurationsResult& WithNotificationConfigurations(Aws::Vector<NotificationConfiguration>&& value… in WithNotificationConfigurations()
66 …cationConfigurationsResult& AddNotificationConfigurations(const NotificationConfiguration& value) … in AddNotificationConfigurations()
71 …NotificationConfigurationsResult& AddNotificationConfigurations(NotificationConfiguration&& value)… in AddNotificationConfigurations()
148 Aws::Vector<NotificationConfiguration> m_notificationConfigurations;
/dports/polish/kadu/kadu-4.3/kadu-core/notification/
H A Dnotification-configuration.cpp25 NotificationConfiguration::NotificationConfiguration(QObject *parent) : in NotificationConfiguration() function in NotificationConfiguration
33 NotificationConfiguration::~NotificationConfiguration() in ~NotificationConfiguration()
37 void NotificationConfiguration::setConfiguration(Configuration *configuration) in setConfiguration()
42 void NotificationConfiguration::init() in init()
47 void NotificationConfiguration::configurationUpdated() in configurationUpdated()
54 QString NotificationConfiguration::notifyConfigurationKey(const QString &eventType) const in notifyConfigurationKey()
H A Dnotification-configuration.h31 class KADUAPI NotificationConfiguration : public QObject, ConfigurationAwareObject
36 Q_INVOKABLE explicit NotificationConfiguration(QObject *parent = nullptr);
37 virtual ~NotificationConfiguration();
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dax/include/aws/dax/model/
H A DNotificationConfiguration.h33 class AWS_DAX_API NotificationConfiguration
36 NotificationConfiguration();
37 NotificationConfiguration(Aws::Utils::Json::JsonView jsonValue);
38 NotificationConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
70 …inline NotificationConfiguration& WithTopicArn(const Aws::String& value) { SetTopicArn(value); ret… in WithTopicArn()
75 …inline NotificationConfiguration& WithTopicArn(Aws::String&& value) { SetTopicArn(std::move(value)… in WithTopicArn()
80 …inline NotificationConfiguration& WithTopicArn(const char* value) { SetTopicArn(value); return *th… in WithTopicArn()
123 …inline NotificationConfiguration& WithTopicStatus(const Aws::String& value) { SetTopicStatus(value… in WithTopicStatus()
130 …inline NotificationConfiguration& WithTopicStatus(Aws::String&& value) { SetTopicStatus(std::move(… in WithTopicStatus()
137 …inline NotificationConfiguration& WithTopicStatus(const char* value) { SetTopicStatus(value); retu… in WithTopicStatus()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticache/include/aws/elasticache/model/
H A DNotificationConfiguration.h33 class AWS_ELASTICACHE_API NotificationConfiguration
36 NotificationConfiguration();
37 NotificationConfiguration(const Aws::Utils::Xml::XmlNode& xmlNode);
38 NotificationConfiguration& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
72 …inline NotificationConfiguration& WithTopicArn(const Aws::String& value) { SetTopicArn(value); ret… in WithTopicArn()
77 …inline NotificationConfiguration& WithTopicArn(Aws::String&& value) { SetTopicArn(std::move(value)… in WithTopicArn()
82 …inline NotificationConfiguration& WithTopicArn(const char* value) { SetTopicArn(value); return *th… in WithTopicArn()
113 …inline NotificationConfiguration& WithTopicStatus(const Aws::String& value) { SetTopicStatus(value… in WithTopicStatus()
118 …inline NotificationConfiguration& WithTopicStatus(Aws::String&& value) { SetTopicStatus(std::move(… in WithTopicStatus()
123 …inline NotificationConfiguration& WithTopicStatus(const char* value) { SetTopicStatus(value); retu… in WithTopicStatus()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/source/model/
H A DNotificationConfiguration.cpp21 NotificationConfiguration::NotificationConfiguration() : in NotificationConfiguration() function in Aws::SageMaker::Model::NotificationConfiguration
26 NotificationConfiguration::NotificationConfiguration(JsonView jsonValue) : in NotificationConfiguration() function in Aws::SageMaker::Model::NotificationConfiguration
32 NotificationConfiguration& NotificationConfiguration::operator =(JsonView jsonValue) in operator =()
44 JsonValue NotificationConfiguration::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dax/source/model/
H A DNotificationConfiguration.cpp21 NotificationConfiguration::NotificationConfiguration() : in NotificationConfiguration() function in Aws::DAX::Model::NotificationConfiguration
27 NotificationConfiguration::NotificationConfiguration(JsonView jsonValue) : in NotificationConfiguration() function in Aws::DAX::Model::NotificationConfiguration
34 NotificationConfiguration& NotificationConfiguration::operator =(JsonView jsonValue) in operator =()
53 JsonValue NotificationConfiguration::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticache/source/model/
H A DNotificationConfiguration.cpp23 NotificationConfiguration::NotificationConfiguration() : in NotificationConfiguration() function in Aws::ElastiCache::Model::NotificationConfiguration
29 NotificationConfiguration::NotificationConfiguration(const XmlNode& xmlNode) : in NotificationConfiguration() function in Aws::ElastiCache::Model::NotificationConfiguration
36 NotificationConfiguration& NotificationConfiguration::operator =(const XmlNode& xmlNode) in operator =()
59 void NotificationConfiguration::OutputToStream(Aws::OStream& oStream, const char* location, unsigne… in OutputToStream()
73 void NotificationConfiguration::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DNewsOptions.cpp37 … STR_NOTIFICATION_PARK_AWARD, offsetof(NotificationConfiguration, park_aw…
38 … STR_NOTIFICATION_PARK_MARKETING_CAMPAIGN_FINISHED, offsetof(NotificationConfiguration, park_ma…
39 … STR_NOTIFICATION_PARK_WARNINGS, offsetof(NotificationConfiguration, park_wa…
40 … STR_NOTIFICATION_PARK_RATING_WARNINGS, offsetof(NotificationConfiguration, park_ra…
41 … STR_NOTIFICATION_RIDE_BROKEN_DOWN, offsetof(NotificationConfiguration, ride_br…
42 … STR_NOTIFICATION_RIDE_CRASHED, offsetof(NotificationConfiguration, ride_cr…
43 … STR_NOTIFICATION_RIDE_CASUALTIES, offsetof(NotificationConfiguration, ride_ca…
44 … STR_NOTIFICATION_RIDE_WARNINGS, offsetof(NotificationConfiguration, ride_wa…
45 … STR_NOTIFICATION_RIDE_RESEARCHED, offsetof(NotificationConfiguration, ride_re…
46 … STR_NOTIFICATION_RIDE_VEHICLE_STALLED, offsetof(NotificationConfiguration, ride_st…
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codeguruprofiler/include/aws/codeguruprofiler/model/
H A DNotificationConfiguration.h34 class AWS_CODEGURUPROFILER_API NotificationConfiguration
37 NotificationConfiguration();
38 NotificationConfiguration(Aws::Utils::Json::JsonView jsonValue);
39 NotificationConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
71 …inline NotificationConfiguration& WithChannels(const Aws::Vector<Channel>& value) { SetChannels(va… in WithChannels()
77 …inline NotificationConfiguration& WithChannels(Aws::Vector<Channel>&& value) { SetChannels(std::mo… in WithChannels()
83 …inline NotificationConfiguration& AddChannels(const Channel& value) { m_channelsHasBeenSet = true;… in AddChannels()
89 …inline NotificationConfiguration& AddChannels(Channel&& value) { m_channelsHasBeenSet = true; m_ch… in AddChannels()
H A DRemoveNotificationChannelResult.h44 …inline const NotificationConfiguration& GetNotificationConfiguration() const{ return m_notificatio… in GetNotificationConfiguration()
49 …inline void SetNotificationConfiguration(const NotificationConfiguration& value) { m_notificationC… in SetNotificationConfiguration()
54 …inline void SetNotificationConfiguration(NotificationConfiguration&& value) { m_notificationConfig… in SetNotificationConfiguration()
59 …eNotificationChannelResult& WithNotificationConfiguration(const NotificationConfiguration& value) … in WithNotificationConfiguration()
64 …inline RemoveNotificationChannelResult& WithNotificationConfiguration(NotificationConfiguration&& … in WithNotificationConfiguration()
68 NotificationConfiguration m_notificationConfiguration;
H A DAddNotificationChannelsResult.h44 …inline const NotificationConfiguration& GetNotificationConfiguration() const{ return m_notificatio… in GetNotificationConfiguration()
49 …inline void SetNotificationConfiguration(const NotificationConfiguration& value) { m_notificationC… in SetNotificationConfiguration()
54 …inline void SetNotificationConfiguration(NotificationConfiguration&& value) { m_notificationConfig… in SetNotificationConfiguration()
59 …NotificationChannelsResult& WithNotificationConfiguration(const NotificationConfiguration& value) … in WithNotificationConfiguration()
64 …inline AddNotificationChannelsResult& WithNotificationConfiguration(NotificationConfiguration&& va… in WithNotificationConfiguration()
68 NotificationConfiguration m_notificationConfiguration;
H A DGetNotificationConfigurationResult.h44 …inline const NotificationConfiguration& GetNotificationConfiguration() const{ return m_notificatio… in GetNotificationConfiguration()
49 …inline void SetNotificationConfiguration(const NotificationConfiguration& value) { m_notificationC… in SetNotificationConfiguration()
54 …inline void SetNotificationConfiguration(NotificationConfiguration&& value) { m_notificationConfig… in SetNotificationConfiguration()
59 …icationConfigurationResult& WithNotificationConfiguration(const NotificationConfiguration& value) … in WithNotificationConfiguration()
64 …tNotificationConfigurationResult& WithNotificationConfiguration(NotificationConfiguration&& value)… in WithNotificationConfiguration()
68 NotificationConfiguration m_notificationConfiguration;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codeguruprofiler/source/model/
H A DNotificationConfiguration.cpp21 NotificationConfiguration::NotificationConfiguration() : in NotificationConfiguration() function in Aws::CodeGuruProfiler::Model::NotificationConfiguration
26 NotificationConfiguration::NotificationConfiguration(JsonView jsonValue) : in NotificationConfiguration() function in Aws::CodeGuruProfiler::Model::NotificationConfiguration
32 NotificationConfiguration& NotificationConfiguration::operator =(JsonView jsonValue) in operator =()
47 JsonValue NotificationConfiguration::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-autoscaling/source/model/
H A DNotificationConfiguration.cpp23 NotificationConfiguration::NotificationConfiguration() : in NotificationConfiguration() function in Aws::AutoScaling::Model::NotificationConfiguration
30 NotificationConfiguration::NotificationConfiguration(const XmlNode& xmlNode) : in NotificationConfiguration() function in Aws::AutoScaling::Model::NotificationConfiguration
38 NotificationConfiguration& NotificationConfiguration::operator =(const XmlNode& xmlNode) in operator =()
67 void NotificationConfiguration::OutputToStream(Aws::OStream& oStream, const char* location, unsigne… in OutputToStream()
86 void NotificationConfiguration::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dnotification_configuration.go25 …spaceID string, options NotificationConfigurationCreateOptions) (*NotificationConfiguration, error)
28 Read(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error)
37 Verify(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error)
70 Items []*NotificationConfiguration
74 type NotificationConfiguration struct { struct
200 nc := &NotificationConfiguration{}
210 …Read(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error) {
221 nc := &NotificationConfiguration{}
274 nc := &NotificationConfiguration{}
300 …rify(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/go-tfe/
H A Dnotification_configuration.go25 …spaceID string, options NotificationConfigurationCreateOptions) (*NotificationConfiguration, error)
28 Read(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error)
37 Verify(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error)
70 Items []*NotificationConfiguration
74 type NotificationConfiguration struct { struct
200 nc := &NotificationConfiguration{}
210 …Read(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error) {
221 nc := &NotificationConfiguration{}
274 nc := &NotificationConfiguration{}
300 …rify(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dnotification_configuration.go24 …spaceID string, options NotificationConfigurationCreateOptions) (*NotificationConfiguration, error)
27 Read(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error)
36 Verify(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error)
69 Items []*NotificationConfiguration
73 type NotificationConfiguration struct { struct
199 nc := &NotificationConfiguration{}
209 …Read(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error) {
220 nc := &NotificationConfiguration{}
273 nc := &NotificationConfiguration{}
299 …rify(ctx context.Context, notificationConfigurationID string) (*NotificationConfiguration, error) {
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/
H A DNotificationConfiguration.h32 class AWS_SAGEMAKER_API NotificationConfiguration
35 NotificationConfiguration();
36 NotificationConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 NotificationConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
75 …inline NotificationConfiguration& WithNotificationTopicArn(const Aws::String& value) { SetNotifica… in WithNotificationTopicArn()
81 …inline NotificationConfiguration& WithNotificationTopicArn(Aws::String&& value) { SetNotificationT… in WithNotificationTopicArn()
87 …inline NotificationConfiguration& WithNotificationTopicArn(const char* value) { SetNotificationTop… in WithNotificationTopicArn()
H A DUpdateWorkteamRequest.h334 …inline const NotificationConfiguration& GetNotificationConfiguration() const{ return m_notificatio… in GetNotificationConfiguration()
344 …inline void SetNotificationConfiguration(const NotificationConfiguration& value) { m_notificationC… in SetNotificationConfiguration()
349 …inline void SetNotificationConfiguration(NotificationConfiguration&& value) { m_notificationConfig… in SetNotificationConfiguration()
354 …inline UpdateWorkteamRequest& WithNotificationConfiguration(const NotificationConfiguration& value… in WithNotificationConfiguration()
359 …inline UpdateWorkteamRequest& WithNotificationConfiguration(NotificationConfiguration&& value) { S… in WithNotificationConfiguration()
372 NotificationConfiguration m_notificationConfiguration;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DNotificationConfiguration.cpp23 NotificationConfiguration::NotificationConfiguration() : in NotificationConfiguration() function in Aws::S3Crt::Model::NotificationConfiguration
30 NotificationConfiguration::NotificationConfiguration(const XmlNode& xmlNode) : in NotificationConfiguration() function in Aws::S3Crt::Model::NotificationConfiguration
38 NotificationConfiguration& NotificationConfiguration::operator =(const XmlNode& xmlNode) in operator =()
85 void NotificationConfiguration::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DNotificationConfiguration.cpp23 NotificationConfiguration::NotificationConfiguration() : in NotificationConfiguration() function in Aws::S3::Model::NotificationConfiguration
30 NotificationConfiguration::NotificationConfiguration(const XmlNode& xmlNode) : in NotificationConfiguration() function in Aws::S3::Model::NotificationConfiguration
38 NotificationConfiguration& NotificationConfiguration::operator =(const XmlNode& xmlNode) in operator =()
85 void NotificationConfiguration::AddToNode(XmlNode& parentNode) const in AddToNode()

12345678910>>...21