AWS SDK for C++

AWS SDK for C++ Version 1.11.758

Loading...
Searching...
No Matches
PinpointEmailClient.h
1
6#pragma once
7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/pinpoint-email/PinpointEmailPaginationBase.h>
12#include <aws/pinpoint-email/PinpointEmailServiceClientModel.h>
13#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
14
15namespace Aws {
16namespace PinpointEmail {
53class AWS_PINPOINTEMAIL_API PinpointEmailClient : public Aws::Client::AWSJsonClient,
54 public Aws::Client::ClientWithAsyncTemplateMethods<PinpointEmailClient>,
55 public PinpointEmailPaginationBase<PinpointEmailClient> {
56 public:
58 static const char* GetServiceName();
59 static const char* GetAllocationTag();
60
63
70 std::shared_ptr<PinpointEmailEndpointProviderBase> endpointProvider = nullptr);
71
77 std::shared_ptr<PinpointEmailEndpointProviderBase> endpointProvider = nullptr,
80
85 PinpointEmailClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
86 std::shared_ptr<PinpointEmailEndpointProviderBase> endpointProvider = nullptr,
89
90 /* Legacy constructors due deprecation */
96
102
107 PinpointEmailClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
108 const Aws::Client::ClientConfiguration& clientConfiguration);
109
110 /* End of legacy constructors due deprecation */
112
124
129 template <typename CreateConfigurationSetRequestT = Model::CreateConfigurationSetRequest>
130 Model::CreateConfigurationSetOutcomeCallable CreateConfigurationSetCallable(const CreateConfigurationSetRequestT& request) const {
131 return SubmitCallable(&PinpointEmailClient::CreateConfigurationSet, request);
132 }
133
138 template <typename CreateConfigurationSetRequestT = Model::CreateConfigurationSetRequest>
139 void CreateConfigurationSetAsync(const CreateConfigurationSetRequestT& request,
141 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
142 return SubmitAsync(&PinpointEmailClient::CreateConfigurationSet, request, handler, context);
143 }
144
158
163 template <typename CreateConfigurationSetEventDestinationRequestT = Model::CreateConfigurationSetEventDestinationRequest>
165 const CreateConfigurationSetEventDestinationRequestT& request) const {
166 return SubmitCallable(&PinpointEmailClient::CreateConfigurationSetEventDestination, request);
167 }
168
173 template <typename CreateConfigurationSetEventDestinationRequestT = Model::CreateConfigurationSetEventDestinationRequest>
174 void CreateConfigurationSetEventDestinationAsync(const CreateConfigurationSetEventDestinationRequestT& request,
176 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
177 return SubmitAsync(&PinpointEmailClient::CreateConfigurationSetEventDestination, request, handler, context);
178 }
179
190
195 template <typename CreateDedicatedIpPoolRequestT = Model::CreateDedicatedIpPoolRequest>
196 Model::CreateDedicatedIpPoolOutcomeCallable CreateDedicatedIpPoolCallable(const CreateDedicatedIpPoolRequestT& request) const {
197 return SubmitCallable(&PinpointEmailClient::CreateDedicatedIpPool, request);
198 }
199
204 template <typename CreateDedicatedIpPoolRequestT = Model::CreateDedicatedIpPoolRequest>
205 void CreateDedicatedIpPoolAsync(const CreateDedicatedIpPoolRequestT& request, const CreateDedicatedIpPoolResponseReceivedHandler& handler,
206 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
207 return SubmitAsync(&PinpointEmailClient::CreateDedicatedIpPool, request, handler, context);
208 }
209
224
229 template <typename CreateDeliverabilityTestReportRequestT = Model::CreateDeliverabilityTestReportRequest>
231 const CreateDeliverabilityTestReportRequestT& request) const {
232 return SubmitCallable(&PinpointEmailClient::CreateDeliverabilityTestReport, request);
233 }
234
239 template <typename CreateDeliverabilityTestReportRequestT = Model::CreateDeliverabilityTestReportRequest>
240 void CreateDeliverabilityTestReportAsync(const CreateDeliverabilityTestReportRequestT& request,
242 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
243 return SubmitAsync(&PinpointEmailClient::CreateDeliverabilityTestReport, request, handler, context);
244 }
245
264
269 template <typename CreateEmailIdentityRequestT = Model::CreateEmailIdentityRequest>
270 Model::CreateEmailIdentityOutcomeCallable CreateEmailIdentityCallable(const CreateEmailIdentityRequestT& request) const {
271 return SubmitCallable(&PinpointEmailClient::CreateEmailIdentity, request);
272 }
273
278 template <typename CreateEmailIdentityRequestT = Model::CreateEmailIdentityRequest>
279 void CreateEmailIdentityAsync(const CreateEmailIdentityRequestT& request, const CreateEmailIdentityResponseReceivedHandler& handler,
280 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
281 return SubmitAsync(&PinpointEmailClient::CreateEmailIdentity, request, handler, context);
282 }
283
295
300 template <typename DeleteConfigurationSetRequestT = Model::DeleteConfigurationSetRequest>
301 Model::DeleteConfigurationSetOutcomeCallable DeleteConfigurationSetCallable(const DeleteConfigurationSetRequestT& request) const {
302 return SubmitCallable(&PinpointEmailClient::DeleteConfigurationSet, request);
303 }
304
309 template <typename DeleteConfigurationSetRequestT = Model::DeleteConfigurationSetRequest>
310 void DeleteConfigurationSetAsync(const DeleteConfigurationSetRequestT& request,
312 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
313 return SubmitAsync(&PinpointEmailClient::DeleteConfigurationSet, request, handler, context);
314 }
315
328
333 template <typename DeleteConfigurationSetEventDestinationRequestT = Model::DeleteConfigurationSetEventDestinationRequest>
335 const DeleteConfigurationSetEventDestinationRequestT& request) const {
336 return SubmitCallable(&PinpointEmailClient::DeleteConfigurationSetEventDestination, request);
337 }
338
343 template <typename DeleteConfigurationSetEventDestinationRequestT = Model::DeleteConfigurationSetEventDestinationRequest>
344 void DeleteConfigurationSetEventDestinationAsync(const DeleteConfigurationSetEventDestinationRequestT& request,
346 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
347 return SubmitAsync(&PinpointEmailClient::DeleteConfigurationSetEventDestination, request, handler, context);
348 }
349
356
361 template <typename DeleteDedicatedIpPoolRequestT = Model::DeleteDedicatedIpPoolRequest>
362 Model::DeleteDedicatedIpPoolOutcomeCallable DeleteDedicatedIpPoolCallable(const DeleteDedicatedIpPoolRequestT& request) const {
363 return SubmitCallable(&PinpointEmailClient::DeleteDedicatedIpPool, request);
364 }
365
370 template <typename DeleteDedicatedIpPoolRequestT = Model::DeleteDedicatedIpPoolRequest>
371 void DeleteDedicatedIpPoolAsync(const DeleteDedicatedIpPoolRequestT& request, const DeleteDedicatedIpPoolResponseReceivedHandler& handler,
372 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
373 return SubmitAsync(&PinpointEmailClient::DeleteDedicatedIpPool, request, handler, context);
374 }
375
384
389 template <typename DeleteEmailIdentityRequestT = Model::DeleteEmailIdentityRequest>
390 Model::DeleteEmailIdentityOutcomeCallable DeleteEmailIdentityCallable(const DeleteEmailIdentityRequestT& request) const {
391 return SubmitCallable(&PinpointEmailClient::DeleteEmailIdentity, request);
392 }
393
398 template <typename DeleteEmailIdentityRequestT = Model::DeleteEmailIdentityRequest>
399 void DeleteEmailIdentityAsync(const DeleteEmailIdentityRequestT& request, const DeleteEmailIdentityResponseReceivedHandler& handler,
400 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
401 return SubmitAsync(&PinpointEmailClient::DeleteEmailIdentity, request, handler, context);
402 }
403
411
415 template <typename GetAccountRequestT = Model::GetAccountRequest>
416 Model::GetAccountOutcomeCallable GetAccountCallable(const GetAccountRequestT& request = {}) const {
417 return SubmitCallable(&PinpointEmailClient::GetAccount, request);
418 }
419
424 template <typename GetAccountRequestT = Model::GetAccountRequest>
426 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
427 const GetAccountRequestT& request = {}) const {
428 return SubmitAsync(&PinpointEmailClient::GetAccount, request, handler, context);
429 }
430
438
443 template <typename GetBlacklistReportsRequestT = Model::GetBlacklistReportsRequest>
444 Model::GetBlacklistReportsOutcomeCallable GetBlacklistReportsCallable(const GetBlacklistReportsRequestT& request) const {
445 return SubmitCallable(&PinpointEmailClient::GetBlacklistReports, request);
446 }
447
452 template <typename GetBlacklistReportsRequestT = Model::GetBlacklistReportsRequest>
453 void GetBlacklistReportsAsync(const GetBlacklistReportsRequestT& request, const GetBlacklistReportsResponseReceivedHandler& handler,
454 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
455 return SubmitAsync(&PinpointEmailClient::GetBlacklistReports, request, handler, context);
456 }
457
471
476 template <typename GetConfigurationSetRequestT = Model::GetConfigurationSetRequest>
477 Model::GetConfigurationSetOutcomeCallable GetConfigurationSetCallable(const GetConfigurationSetRequestT& request) const {
478 return SubmitCallable(&PinpointEmailClient::GetConfigurationSet, request);
479 }
480
485 template <typename GetConfigurationSetRequestT = Model::GetConfigurationSetRequest>
486 void GetConfigurationSetAsync(const GetConfigurationSetRequestT& request, const GetConfigurationSetResponseReceivedHandler& handler,
487 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
488 return SubmitAsync(&PinpointEmailClient::GetConfigurationSet, request, handler, context);
489 }
490
504
509 template <typename GetConfigurationSetEventDestinationsRequestT = Model::GetConfigurationSetEventDestinationsRequest>
511 const GetConfigurationSetEventDestinationsRequestT& request) const {
512 return SubmitCallable(&PinpointEmailClient::GetConfigurationSetEventDestinations, request);
513 }
514
519 template <typename GetConfigurationSetEventDestinationsRequestT = Model::GetConfigurationSetEventDestinationsRequest>
520 void GetConfigurationSetEventDestinationsAsync(const GetConfigurationSetEventDestinationsRequestT& request,
522 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
523 return SubmitAsync(&PinpointEmailClient::GetConfigurationSetEventDestinations, request, handler, context);
524 }
525
534
538 template <typename GetDedicatedIpRequestT = Model::GetDedicatedIpRequest>
539 Model::GetDedicatedIpOutcomeCallable GetDedicatedIpCallable(const GetDedicatedIpRequestT& request) const {
540 return SubmitCallable(&PinpointEmailClient::GetDedicatedIp, request);
541 }
542
547 template <typename GetDedicatedIpRequestT = Model::GetDedicatedIpRequest>
548 void GetDedicatedIpAsync(const GetDedicatedIpRequestT& request, const GetDedicatedIpResponseReceivedHandler& handler,
549 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
550 return SubmitAsync(&PinpointEmailClient::GetDedicatedIp, request, handler, context);
551 }
552
560
564 template <typename GetDedicatedIpsRequestT = Model::GetDedicatedIpsRequest>
565 Model::GetDedicatedIpsOutcomeCallable GetDedicatedIpsCallable(const GetDedicatedIpsRequestT& request = {}) const {
566 return SubmitCallable(&PinpointEmailClient::GetDedicatedIps, request);
567 }
568
573 template <typename GetDedicatedIpsRequestT = Model::GetDedicatedIpsRequest>
575 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
576 const GetDedicatedIpsRequestT& request = {}) const {
577 return SubmitAsync(&PinpointEmailClient::GetDedicatedIps, request, handler, context);
578 }
579
595 const Model::GetDeliverabilityDashboardOptionsRequest& request = {}) const;
596
601 template <typename GetDeliverabilityDashboardOptionsRequestT = Model::GetDeliverabilityDashboardOptionsRequest>
603 const GetDeliverabilityDashboardOptionsRequestT& request = {}) const {
604 return SubmitCallable(&PinpointEmailClient::GetDeliverabilityDashboardOptions, request);
605 }
606
611 template <typename GetDeliverabilityDashboardOptionsRequestT = Model::GetDeliverabilityDashboardOptionsRequest>
613 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
614 const GetDeliverabilityDashboardOptionsRequestT& request = {}) const {
615 return SubmitAsync(&PinpointEmailClient::GetDeliverabilityDashboardOptions, request, handler, context);
616 }
617
625 const Model::GetDeliverabilityTestReportRequest& request) const;
626
631 template <typename GetDeliverabilityTestReportRequestT = Model::GetDeliverabilityTestReportRequest>
633 const GetDeliverabilityTestReportRequestT& request) const {
634 return SubmitCallable(&PinpointEmailClient::GetDeliverabilityTestReport, request);
635 }
636
641 template <typename GetDeliverabilityTestReportRequestT = Model::GetDeliverabilityTestReportRequest>
642 void GetDeliverabilityTestReportAsync(const GetDeliverabilityTestReportRequestT& request,
644 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
645 return SubmitAsync(&PinpointEmailClient::GetDeliverabilityTestReport, request, handler, context);
646 }
647
659
664 template <typename GetDomainDeliverabilityCampaignRequestT = Model::GetDomainDeliverabilityCampaignRequest>
666 const GetDomainDeliverabilityCampaignRequestT& request) const {
667 return SubmitCallable(&PinpointEmailClient::GetDomainDeliverabilityCampaign, request);
668 }
669
674 template <typename GetDomainDeliverabilityCampaignRequestT = Model::GetDomainDeliverabilityCampaignRequest>
675 void GetDomainDeliverabilityCampaignAsync(const GetDomainDeliverabilityCampaignRequestT& request,
677 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
678 return SubmitAsync(&PinpointEmailClient::GetDomainDeliverabilityCampaign, request, handler, context);
679 }
680
688
693 template <typename GetDomainStatisticsReportRequestT = Model::GetDomainStatisticsReportRequest>
695 const GetDomainStatisticsReportRequestT& request) const {
696 return SubmitCallable(&PinpointEmailClient::GetDomainStatisticsReport, request);
697 }
698
703 template <typename GetDomainStatisticsReportRequestT = Model::GetDomainStatisticsReportRequest>
704 void GetDomainStatisticsReportAsync(const GetDomainStatisticsReportRequestT& request,
706 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
707 return SubmitAsync(&PinpointEmailClient::GetDomainStatisticsReport, request, handler, context);
708 }
709
719
724 template <typename GetEmailIdentityRequestT = Model::GetEmailIdentityRequest>
725 Model::GetEmailIdentityOutcomeCallable GetEmailIdentityCallable(const GetEmailIdentityRequestT& request) const {
726 return SubmitCallable(&PinpointEmailClient::GetEmailIdentity, request);
727 }
728
733 template <typename GetEmailIdentityRequestT = Model::GetEmailIdentityRequest>
734 void GetEmailIdentityAsync(const GetEmailIdentityRequestT& request, const GetEmailIdentityResponseReceivedHandler& handler,
735 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
736 return SubmitAsync(&PinpointEmailClient::GetEmailIdentity, request, handler, context);
737 }
738
751
756 template <typename ListConfigurationSetsRequestT = Model::ListConfigurationSetsRequest>
757 Model::ListConfigurationSetsOutcomeCallable ListConfigurationSetsCallable(const ListConfigurationSetsRequestT& request = {}) const {
758 return SubmitCallable(&PinpointEmailClient::ListConfigurationSets, request);
759 }
760
765 template <typename ListConfigurationSetsRequestT = Model::ListConfigurationSetsRequest>
767 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
768 const ListConfigurationSetsRequestT& request = {}) const {
769 return SubmitAsync(&PinpointEmailClient::ListConfigurationSets, request, handler, context);
770 }
771
779
784 template <typename ListDedicatedIpPoolsRequestT = Model::ListDedicatedIpPoolsRequest>
785 Model::ListDedicatedIpPoolsOutcomeCallable ListDedicatedIpPoolsCallable(const ListDedicatedIpPoolsRequestT& request = {}) const {
786 return SubmitCallable(&PinpointEmailClient::ListDedicatedIpPools, request);
787 }
788
793 template <typename ListDedicatedIpPoolsRequestT = Model::ListDedicatedIpPoolsRequest>
795 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
796 const ListDedicatedIpPoolsRequestT& request = {}) const {
797 return SubmitAsync(&PinpointEmailClient::ListDedicatedIpPools, request, handler, context);
798 }
799
809 const Model::ListDeliverabilityTestReportsRequest& request = {}) const;
810
815 template <typename ListDeliverabilityTestReportsRequestT = Model::ListDeliverabilityTestReportsRequest>
817 const ListDeliverabilityTestReportsRequestT& request = {}) const {
818 return SubmitCallable(&PinpointEmailClient::ListDeliverabilityTestReports, request);
819 }
820
825 template <typename ListDeliverabilityTestReportsRequestT = Model::ListDeliverabilityTestReportsRequest>
827 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
828 const ListDeliverabilityTestReportsRequestT& request = {}) const {
829 return SubmitAsync(&PinpointEmailClient::ListDeliverabilityTestReports, request, handler, context);
830 }
831
843
848 template <typename ListDomainDeliverabilityCampaignsRequestT = Model::ListDomainDeliverabilityCampaignsRequest>
850 const ListDomainDeliverabilityCampaignsRequestT& request) const {
851 return SubmitCallable(&PinpointEmailClient::ListDomainDeliverabilityCampaigns, request);
852 }
853
858 template <typename ListDomainDeliverabilityCampaignsRequestT = Model::ListDomainDeliverabilityCampaignsRequest>
859 void ListDomainDeliverabilityCampaignsAsync(const ListDomainDeliverabilityCampaignsRequestT& request,
861 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
862 return SubmitAsync(&PinpointEmailClient::ListDomainDeliverabilityCampaigns, request, handler, context);
863 }
864
874
879 template <typename ListEmailIdentitiesRequestT = Model::ListEmailIdentitiesRequest>
880 Model::ListEmailIdentitiesOutcomeCallable ListEmailIdentitiesCallable(const ListEmailIdentitiesRequestT& request = {}) const {
881 return SubmitCallable(&PinpointEmailClient::ListEmailIdentities, request);
882 }
883
888 template <typename ListEmailIdentitiesRequestT = Model::ListEmailIdentitiesRequest>
890 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
891 const ListEmailIdentitiesRequestT& request = {}) const {
892 return SubmitAsync(&PinpointEmailClient::ListEmailIdentities, request, handler, context);
893 }
894
906
911 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
912 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
913 return SubmitCallable(&PinpointEmailClient::ListTagsForResource, request);
914 }
915
920 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
921 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
922 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
923 return SubmitAsync(&PinpointEmailClient::ListTagsForResource, request, handler, context);
924 }
925
934
939 template <typename PutAccountDedicatedIpWarmupAttributesRequestT = Model::PutAccountDedicatedIpWarmupAttributesRequest>
941 const PutAccountDedicatedIpWarmupAttributesRequestT& request = {}) const {
942 return SubmitCallable(&PinpointEmailClient::PutAccountDedicatedIpWarmupAttributes, request);
943 }
944
949 template <typename PutAccountDedicatedIpWarmupAttributesRequestT = Model::PutAccountDedicatedIpWarmupAttributesRequest>
951 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
952 const PutAccountDedicatedIpWarmupAttributesRequestT& request = {}) const {
953 return SubmitAsync(&PinpointEmailClient::PutAccountDedicatedIpWarmupAttributes, request, handler, context);
954 }
955
963 const Model::PutAccountSendingAttributesRequest& request = {}) const;
964
969 template <typename PutAccountSendingAttributesRequestT = Model::PutAccountSendingAttributesRequest>
971 const PutAccountSendingAttributesRequestT& request = {}) const {
972 return SubmitCallable(&PinpointEmailClient::PutAccountSendingAttributes, request);
973 }
974
979 template <typename PutAccountSendingAttributesRequestT = Model::PutAccountSendingAttributesRequest>
981 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
982 const PutAccountSendingAttributesRequestT& request = {}) const {
983 return SubmitAsync(&PinpointEmailClient::PutAccountSendingAttributes, request, handler, context);
984 }
985
995
1000 template <typename PutConfigurationSetDeliveryOptionsRequestT = Model::PutConfigurationSetDeliveryOptionsRequest>
1002 const PutConfigurationSetDeliveryOptionsRequestT& request) const {
1003 return SubmitCallable(&PinpointEmailClient::PutConfigurationSetDeliveryOptions, request);
1004 }
1005
1010 template <typename PutConfigurationSetDeliveryOptionsRequestT = Model::PutConfigurationSetDeliveryOptionsRequest>
1011 void PutConfigurationSetDeliveryOptionsAsync(const PutConfigurationSetDeliveryOptionsRequestT& request,
1013 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1014 return SubmitAsync(&PinpointEmailClient::PutConfigurationSetDeliveryOptions, request, handler, context);
1015 }
1016
1026
1031 template <typename PutConfigurationSetReputationOptionsRequestT = Model::PutConfigurationSetReputationOptionsRequest>
1033 const PutConfigurationSetReputationOptionsRequestT& request) const {
1034 return SubmitCallable(&PinpointEmailClient::PutConfigurationSetReputationOptions, request);
1035 }
1036
1041 template <typename PutConfigurationSetReputationOptionsRequestT = Model::PutConfigurationSetReputationOptionsRequest>
1042 void PutConfigurationSetReputationOptionsAsync(const PutConfigurationSetReputationOptionsRequestT& request,
1044 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1045 return SubmitAsync(&PinpointEmailClient::PutConfigurationSetReputationOptions, request, handler, context);
1046 }
1047
1056
1061 template <typename PutConfigurationSetSendingOptionsRequestT = Model::PutConfigurationSetSendingOptionsRequest>
1063 const PutConfigurationSetSendingOptionsRequestT& request) const {
1064 return SubmitCallable(&PinpointEmailClient::PutConfigurationSetSendingOptions, request);
1065 }
1066
1071 template <typename PutConfigurationSetSendingOptionsRequestT = Model::PutConfigurationSetSendingOptionsRequest>
1072 void PutConfigurationSetSendingOptionsAsync(const PutConfigurationSetSendingOptionsRequestT& request,
1074 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1075 return SubmitAsync(&PinpointEmailClient::PutConfigurationSetSendingOptions, request, handler, context);
1076 }
1077
1086
1091 template <typename PutConfigurationSetTrackingOptionsRequestT = Model::PutConfigurationSetTrackingOptionsRequest>
1093 const PutConfigurationSetTrackingOptionsRequestT& request) const {
1094 return SubmitCallable(&PinpointEmailClient::PutConfigurationSetTrackingOptions, request);
1095 }
1096
1101 template <typename PutConfigurationSetTrackingOptionsRequestT = Model::PutConfigurationSetTrackingOptionsRequest>
1102 void PutConfigurationSetTrackingOptionsAsync(const PutConfigurationSetTrackingOptionsRequestT& request,
1104 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1105 return SubmitAsync(&PinpointEmailClient::PutConfigurationSetTrackingOptions, request, handler, context);
1106 }
1107
1119
1124 template <typename PutDedicatedIpInPoolRequestT = Model::PutDedicatedIpInPoolRequest>
1125 Model::PutDedicatedIpInPoolOutcomeCallable PutDedicatedIpInPoolCallable(const PutDedicatedIpInPoolRequestT& request) const {
1126 return SubmitCallable(&PinpointEmailClient::PutDedicatedIpInPool, request);
1127 }
1128
1133 template <typename PutDedicatedIpInPoolRequestT = Model::PutDedicatedIpInPoolRequest>
1134 void PutDedicatedIpInPoolAsync(const PutDedicatedIpInPoolRequestT& request, const PutDedicatedIpInPoolResponseReceivedHandler& handler,
1135 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1136 return SubmitAsync(&PinpointEmailClient::PutDedicatedIpInPool, request, handler, context);
1137 }
1138
1146
1151 template <typename PutDedicatedIpWarmupAttributesRequestT = Model::PutDedicatedIpWarmupAttributesRequest>
1153 const PutDedicatedIpWarmupAttributesRequestT& request) const {
1154 return SubmitCallable(&PinpointEmailClient::PutDedicatedIpWarmupAttributes, request);
1155 }
1156
1161 template <typename PutDedicatedIpWarmupAttributesRequestT = Model::PutDedicatedIpWarmupAttributesRequest>
1162 void PutDedicatedIpWarmupAttributesAsync(const PutDedicatedIpWarmupAttributesRequestT& request,
1164 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1165 return SubmitAsync(&PinpointEmailClient::PutDedicatedIpWarmupAttributes, request, handler, context);
1166 }
1167
1184
1189 template <typename PutDeliverabilityDashboardOptionRequestT = Model::PutDeliverabilityDashboardOptionRequest>
1191 const PutDeliverabilityDashboardOptionRequestT& request) const {
1192 return SubmitCallable(&PinpointEmailClient::PutDeliverabilityDashboardOption, request);
1193 }
1194
1199 template <typename PutDeliverabilityDashboardOptionRequestT = Model::PutDeliverabilityDashboardOptionRequest>
1200 void PutDeliverabilityDashboardOptionAsync(const PutDeliverabilityDashboardOptionRequestT& request,
1202 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1203 return SubmitAsync(&PinpointEmailClient::PutDeliverabilityDashboardOption, request, handler, context);
1204 }
1205
1214
1219 template <typename PutEmailIdentityDkimAttributesRequestT = Model::PutEmailIdentityDkimAttributesRequest>
1221 const PutEmailIdentityDkimAttributesRequestT& request) const {
1222 return SubmitCallable(&PinpointEmailClient::PutEmailIdentityDkimAttributes, request);
1223 }
1224
1229 template <typename PutEmailIdentityDkimAttributesRequestT = Model::PutEmailIdentityDkimAttributesRequest>
1230 void PutEmailIdentityDkimAttributesAsync(const PutEmailIdentityDkimAttributesRequestT& request,
1232 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1233 return SubmitAsync(&PinpointEmailClient::PutEmailIdentityDkimAttributes, request, handler, context);
1234 }
1235
1254
1259 template <typename PutEmailIdentityFeedbackAttributesRequestT = Model::PutEmailIdentityFeedbackAttributesRequest>
1261 const PutEmailIdentityFeedbackAttributesRequestT& request) const {
1262 return SubmitCallable(&PinpointEmailClient::PutEmailIdentityFeedbackAttributes, request);
1263 }
1264
1269 template <typename PutEmailIdentityFeedbackAttributesRequestT = Model::PutEmailIdentityFeedbackAttributesRequest>
1270 void PutEmailIdentityFeedbackAttributesAsync(const PutEmailIdentityFeedbackAttributesRequestT& request,
1272 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1273 return SubmitAsync(&PinpointEmailClient::PutEmailIdentityFeedbackAttributes, request, handler, context);
1274 }
1275
1284
1289 template <typename PutEmailIdentityMailFromAttributesRequestT = Model::PutEmailIdentityMailFromAttributesRequest>
1291 const PutEmailIdentityMailFromAttributesRequestT& request) const {
1292 return SubmitCallable(&PinpointEmailClient::PutEmailIdentityMailFromAttributes, request);
1293 }
1294
1299 template <typename PutEmailIdentityMailFromAttributesRequestT = Model::PutEmailIdentityMailFromAttributesRequest>
1300 void PutEmailIdentityMailFromAttributesAsync(const PutEmailIdentityMailFromAttributesRequestT& request,
1302 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1303 return SubmitAsync(&PinpointEmailClient::PutEmailIdentityMailFromAttributes, request, handler, context);
1304 }
1305
1320
1324 template <typename SendEmailRequestT = Model::SendEmailRequest>
1325 Model::SendEmailOutcomeCallable SendEmailCallable(const SendEmailRequestT& request) const {
1326 return SubmitCallable(&PinpointEmailClient::SendEmail, request);
1327 }
1328
1333 template <typename SendEmailRequestT = Model::SendEmailRequest>
1334 void SendEmailAsync(const SendEmailRequestT& request, const SendEmailResponseReceivedHandler& handler,
1335 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1336 return SubmitAsync(&PinpointEmailClient::SendEmail, request, handler, context);
1337 }
1338
1353
1357 template <typename TagResourceRequestT = Model::TagResourceRequest>
1358 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
1359 return SubmitCallable(&PinpointEmailClient::TagResource, request);
1360 }
1361
1366 template <typename TagResourceRequestT = Model::TagResourceRequest>
1367 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
1368 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1369 return SubmitAsync(&PinpointEmailClient::TagResource, request, handler, context);
1370 }
1371
1379
1383 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1384 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
1385 return SubmitCallable(&PinpointEmailClient::UntagResource, request);
1386 }
1387
1392 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1393 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
1394 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1395 return SubmitAsync(&PinpointEmailClient::UntagResource, request, handler, context);
1396 }
1397
1411
1416 template <typename UpdateConfigurationSetEventDestinationRequestT = Model::UpdateConfigurationSetEventDestinationRequest>
1418 const UpdateConfigurationSetEventDestinationRequestT& request) const {
1419 return SubmitCallable(&PinpointEmailClient::UpdateConfigurationSetEventDestination, request);
1420 }
1421
1426 template <typename UpdateConfigurationSetEventDestinationRequestT = Model::UpdateConfigurationSetEventDestinationRequest>
1427 void UpdateConfigurationSetEventDestinationAsync(const UpdateConfigurationSetEventDestinationRequestT& request,
1429 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1430 return SubmitAsync(&PinpointEmailClient::UpdateConfigurationSetEventDestination, request, handler, context);
1431 }
1432
1433 virtual void OverrideEndpoint(const Aws::String& endpoint);
1434 virtual std::shared_ptr<PinpointEmailEndpointProviderBase>& accessEndpointProvider();
1435
1436 private:
1438 void init(const PinpointEmailClientConfiguration& clientConfiguration);
1439
1440 PinpointEmailClientConfiguration m_clientConfiguration;
1441 std::shared_ptr<PinpointEmailEndpointProviderBase> m_endpointProvider;
1442};
1443
1444} // namespace PinpointEmail
1445} // namespace Aws
Model::CreateEmailIdentityOutcomeCallable CreateEmailIdentityCallable(const CreateEmailIdentityRequestT &request) const
void GetDomainDeliverabilityCampaignAsync(const GetDomainDeliverabilityCampaignRequestT &request, const GetDomainDeliverabilityCampaignResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetConfigurationSetOutcome GetConfigurationSet(const Model::GetConfigurationSetRequest &request) const
virtual Model::PutConfigurationSetDeliveryOptionsOutcome PutConfigurationSetDeliveryOptions(const Model::PutConfigurationSetDeliveryOptionsRequest &request) const
void PutDedicatedIpInPoolAsync(const PutDedicatedIpInPoolRequestT &request, const PutDedicatedIpInPoolResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListEmailIdentitiesOutcomeCallable ListEmailIdentitiesCallable(const ListEmailIdentitiesRequestT &request={}) const
virtual Model::GetDedicatedIpsOutcome GetDedicatedIps(const Model::GetDedicatedIpsRequest &request={}) const
Model::PutAccountDedicatedIpWarmupAttributesOutcomeCallable PutAccountDedicatedIpWarmupAttributesCallable(const PutAccountDedicatedIpWarmupAttributesRequestT &request={}) const
PinpointEmailClientConfiguration ClientConfigurationType
Model::PutDeliverabilityDashboardOptionOutcomeCallable PutDeliverabilityDashboardOptionCallable(const PutDeliverabilityDashboardOptionRequestT &request) const
Model::ListDeliverabilityTestReportsOutcomeCallable ListDeliverabilityTestReportsCallable(const ListDeliverabilityTestReportsRequestT &request={}) const
Model::GetDeliverabilityDashboardOptionsOutcomeCallable GetDeliverabilityDashboardOptionsCallable(const GetDeliverabilityDashboardOptionsRequestT &request={}) const
Model::ListDomainDeliverabilityCampaignsOutcomeCallable ListDomainDeliverabilityCampaignsCallable(const ListDomainDeliverabilityCampaignsRequestT &request) const
Model::GetEmailIdentityOutcomeCallable GetEmailIdentityCallable(const GetEmailIdentityRequestT &request) const
Model::GetDedicatedIpOutcomeCallable GetDedicatedIpCallable(const GetDedicatedIpRequestT &request) const
void GetConfigurationSetAsync(const GetConfigurationSetRequestT &request, const GetConfigurationSetResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateConfigurationSetAsync(const CreateConfigurationSetRequestT &request, const CreateConfigurationSetResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateConfigurationSetOutcome CreateConfigurationSet(const Model::CreateConfigurationSetRequest &request) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::PutEmailIdentityMailFromAttributesOutcome PutEmailIdentityMailFromAttributes(const Model::PutEmailIdentityMailFromAttributesRequest &request) const
Model::PutConfigurationSetDeliveryOptionsOutcomeCallable PutConfigurationSetDeliveryOptionsCallable(const PutConfigurationSetDeliveryOptionsRequestT &request) const
virtual Model::GetBlacklistReportsOutcome GetBlacklistReports(const Model::GetBlacklistReportsRequest &request) const
Model::PutConfigurationSetTrackingOptionsOutcomeCallable PutConfigurationSetTrackingOptionsCallable(const PutConfigurationSetTrackingOptionsRequestT &request) const
void DeleteConfigurationSetEventDestinationAsync(const DeleteConfigurationSetEventDestinationRequestT &request, const DeleteConfigurationSetEventDestinationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetConfigurationSetEventDestinationsOutcome GetConfigurationSetEventDestinations(const Model::GetConfigurationSetEventDestinationsRequest &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
void PutConfigurationSetSendingOptionsAsync(const PutConfigurationSetSendingOptionsRequestT &request, const PutConfigurationSetSendingOptionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void PutConfigurationSetTrackingOptionsAsync(const PutConfigurationSetTrackingOptionsRequestT &request, const PutConfigurationSetTrackingOptionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetDomainStatisticsReportOutcome GetDomainStatisticsReport(const Model::GetDomainStatisticsReportRequest &request) const
void DeleteDedicatedIpPoolAsync(const DeleteDedicatedIpPoolRequestT &request, const DeleteDedicatedIpPoolResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PinpointEmailClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::PutDedicatedIpWarmupAttributesOutcome PutDedicatedIpWarmupAttributes(const Model::PutDedicatedIpWarmupAttributesRequest &request) const
void GetBlacklistReportsAsync(const GetBlacklistReportsRequestT &request, const GetBlacklistReportsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void PutAccountSendingAttributesAsync(const PutAccountSendingAttributesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const PutAccountSendingAttributesRequestT &request={}) const
void GetDedicatedIpsAsync(const GetDedicatedIpsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetDedicatedIpsRequestT &request={}) const
PinpointEmailClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
PinpointEmailClient(const Aws::Client::ClientConfiguration &clientConfiguration)
Model::PutEmailIdentityDkimAttributesOutcomeCallable PutEmailIdentityDkimAttributesCallable(const PutEmailIdentityDkimAttributesRequestT &request) const
Model::DeleteEmailIdentityOutcomeCallable DeleteEmailIdentityCallable(const DeleteEmailIdentityRequestT &request) const
Model::GetBlacklistReportsOutcomeCallable GetBlacklistReportsCallable(const GetBlacklistReportsRequestT &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
Model::PutConfigurationSetReputationOptionsOutcomeCallable PutConfigurationSetReputationOptionsCallable(const PutConfigurationSetReputationOptionsRequestT &request) const
Model::CreateDedicatedIpPoolOutcomeCallable CreateDedicatedIpPoolCallable(const CreateDedicatedIpPoolRequestT &request) const
void CreateEmailIdentityAsync(const CreateEmailIdentityRequestT &request, const CreateEmailIdentityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateDedicatedIpPoolOutcome CreateDedicatedIpPool(const Model::CreateDedicatedIpPoolRequest &request) const
virtual Model::SendEmailOutcome SendEmail(const Model::SendEmailRequest &request) const
Model::PutDedicatedIpInPoolOutcomeCallable PutDedicatedIpInPoolCallable(const PutDedicatedIpInPoolRequestT &request) const
virtual std::shared_ptr< PinpointEmailEndpointProviderBase > & accessEndpointProvider()
void GetConfigurationSetEventDestinationsAsync(const GetConfigurationSetEventDestinationsRequestT &request, const GetConfigurationSetEventDestinationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PinpointEmailEndpointProvider EndpointProviderType
virtual Model::PutDedicatedIpInPoolOutcome PutDedicatedIpInPool(const Model::PutDedicatedIpInPoolRequest &request) const
Model::PutEmailIdentityFeedbackAttributesOutcomeCallable PutEmailIdentityFeedbackAttributesCallable(const PutEmailIdentityFeedbackAttributesRequestT &request) const
Model::UpdateConfigurationSetEventDestinationOutcomeCallable UpdateConfigurationSetEventDestinationCallable(const UpdateConfigurationSetEventDestinationRequestT &request) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
virtual Model::GetAccountOutcome GetAccount(const Model::GetAccountRequest &request={}) const
Model::PutConfigurationSetSendingOptionsOutcomeCallable PutConfigurationSetSendingOptionsCallable(const PutConfigurationSetSendingOptionsRequestT &request) const
void PutEmailIdentityMailFromAttributesAsync(const PutEmailIdentityMailFromAttributesRequestT &request, const PutEmailIdentityMailFromAttributesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteConfigurationSetOutcome DeleteConfigurationSet(const Model::DeleteConfigurationSetRequest &request) const
Model::GetDomainDeliverabilityCampaignOutcomeCallable GetDomainDeliverabilityCampaignCallable(const GetDomainDeliverabilityCampaignRequestT &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateConfigurationSetEventDestinationOutcome UpdateConfigurationSetEventDestination(const Model::UpdateConfigurationSetEventDestinationRequest &request) const
void ListDomainDeliverabilityCampaignsAsync(const ListDomainDeliverabilityCampaignsRequestT &request, const ListDomainDeliverabilityCampaignsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListConfigurationSetsOutcome ListConfigurationSets(const Model::ListConfigurationSetsRequest &request={}) const
Model::ListDedicatedIpPoolsOutcomeCallable ListDedicatedIpPoolsCallable(const ListDedicatedIpPoolsRequestT &request={}) const
void CreateConfigurationSetEventDestinationAsync(const CreateConfigurationSetEventDestinationRequestT &request, const CreateConfigurationSetEventDestinationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListEmailIdentitiesOutcome ListEmailIdentities(const Model::ListEmailIdentitiesRequest &request={}) const
void DeleteConfigurationSetAsync(const DeleteConfigurationSetRequestT &request, const DeleteConfigurationSetResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetDomainStatisticsReportAsync(const GetDomainStatisticsReportRequestT &request, const GetDomainStatisticsReportResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
static const char * GetAllocationTag()
virtual Model::CreateDeliverabilityTestReportOutcome CreateDeliverabilityTestReport(const Model::CreateDeliverabilityTestReportRequest &request) const
void UpdateConfigurationSetEventDestinationAsync(const UpdateConfigurationSetEventDestinationRequestT &request, const UpdateConfigurationSetEventDestinationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListDedicatedIpPoolsAsync(const ListDedicatedIpPoolsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListDedicatedIpPoolsRequestT &request={}) const
Model::GetDomainStatisticsReportOutcomeCallable GetDomainStatisticsReportCallable(const GetDomainStatisticsReportRequestT &request) const
virtual Model::PutAccountSendingAttributesOutcome PutAccountSendingAttributes(const Model::PutAccountSendingAttributesRequest &request={}) const
void GetEmailIdentityAsync(const GetEmailIdentityRequestT &request, const GetEmailIdentityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteEmailIdentityOutcome DeleteEmailIdentity(const Model::DeleteEmailIdentityRequest &request) const
virtual Model::PutAccountDedicatedIpWarmupAttributesOutcome PutAccountDedicatedIpWarmupAttributes(const Model::PutAccountDedicatedIpWarmupAttributesRequest &request={}) const
void CreateDeliverabilityTestReportAsync(const CreateDeliverabilityTestReportRequestT &request, const CreateDeliverabilityTestReportResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::PutEmailIdentityFeedbackAttributesOutcome PutEmailIdentityFeedbackAttributes(const Model::PutEmailIdentityFeedbackAttributesRequest &request) const
Model::GetDeliverabilityTestReportOutcomeCallable GetDeliverabilityTestReportCallable(const GetDeliverabilityTestReportRequestT &request) const
Model::CreateConfigurationSetEventDestinationOutcomeCallable CreateConfigurationSetEventDestinationCallable(const CreateConfigurationSetEventDestinationRequestT &request) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
void CreateDedicatedIpPoolAsync(const CreateDedicatedIpPoolRequestT &request, const CreateDedicatedIpPoolResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteConfigurationSetEventDestinationOutcomeCallable DeleteConfigurationSetEventDestinationCallable(const DeleteConfigurationSetEventDestinationRequestT &request) const
virtual Model::CreateEmailIdentityOutcome CreateEmailIdentity(const Model::CreateEmailIdentityRequest &request) const
Model::PutEmailIdentityMailFromAttributesOutcomeCallable PutEmailIdentityMailFromAttributesCallable(const PutEmailIdentityMailFromAttributesRequestT &request) const
void GetDeliverabilityTestReportAsync(const GetDeliverabilityTestReportRequestT &request, const GetDeliverabilityTestReportResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListEmailIdentitiesAsync(const ListEmailIdentitiesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListEmailIdentitiesRequestT &request={}) const
virtual Model::DeleteConfigurationSetEventDestinationOutcome DeleteConfigurationSetEventDestination(const Model::DeleteConfigurationSetEventDestinationRequest &request) const
virtual Model::PutConfigurationSetTrackingOptionsOutcome PutConfigurationSetTrackingOptions(const Model::PutConfigurationSetTrackingOptionsRequest &request) const
virtual Model::GetEmailIdentityOutcome GetEmailIdentity(const Model::GetEmailIdentityRequest &request) const
void PutEmailIdentityDkimAttributesAsync(const PutEmailIdentityDkimAttributesRequestT &request, const PutEmailIdentityDkimAttributesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetDedicatedIpsOutcomeCallable GetDedicatedIpsCallable(const GetDedicatedIpsRequestT &request={}) const
Model::GetConfigurationSetOutcomeCallable GetConfigurationSetCallable(const GetConfigurationSetRequestT &request) const
void PutConfigurationSetReputationOptionsAsync(const PutConfigurationSetReputationOptionsRequestT &request, const PutConfigurationSetReputationOptionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::PutDeliverabilityDashboardOptionOutcome PutDeliverabilityDashboardOption(const Model::PutDeliverabilityDashboardOptionRequest &request) const
virtual Model::CreateConfigurationSetEventDestinationOutcome CreateConfigurationSetEventDestination(const Model::CreateConfigurationSetEventDestinationRequest &request) const
virtual Model::ListDomainDeliverabilityCampaignsOutcome ListDomainDeliverabilityCampaigns(const Model::ListDomainDeliverabilityCampaignsRequest &request) const
Model::ListConfigurationSetsOutcomeCallable ListConfigurationSetsCallable(const ListConfigurationSetsRequestT &request={}) const
void PutDedicatedIpWarmupAttributesAsync(const PutDedicatedIpWarmupAttributesRequestT &request, const PutDedicatedIpWarmupAttributesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PinpointEmailClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< PinpointEmailEndpointProviderBase > endpointProvider=nullptr, const Aws::PinpointEmail::PinpointEmailClientConfiguration &clientConfiguration=Aws::PinpointEmail::PinpointEmailClientConfiguration())
virtual Model::PutEmailIdentityDkimAttributesOutcome PutEmailIdentityDkimAttributes(const Model::PutEmailIdentityDkimAttributesRequest &request) const
Model::GetConfigurationSetEventDestinationsOutcomeCallable GetConfigurationSetEventDestinationsCallable(const GetConfigurationSetEventDestinationsRequestT &request) const
void GetDeliverabilityDashboardOptionsAsync(const GetDeliverabilityDashboardOptionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetDeliverabilityDashboardOptionsRequestT &request={}) const
virtual Model::GetDeliverabilityDashboardOptionsOutcome GetDeliverabilityDashboardOptions(const Model::GetDeliverabilityDashboardOptionsRequest &request={}) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
virtual Model::ListDedicatedIpPoolsOutcome ListDedicatedIpPools(const Model::ListDedicatedIpPoolsRequest &request={}) const
Model::PutAccountSendingAttributesOutcomeCallable PutAccountSendingAttributesCallable(const PutAccountSendingAttributesRequestT &request={}) const
void PutConfigurationSetDeliveryOptionsAsync(const PutConfigurationSetDeliveryOptionsRequestT &request, const PutConfigurationSetDeliveryOptionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void PutAccountDedicatedIpWarmupAttributesAsync(const PutAccountDedicatedIpWarmupAttributesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const PutAccountDedicatedIpWarmupAttributesRequestT &request={}) const
virtual Model::GetDedicatedIpOutcome GetDedicatedIp(const Model::GetDedicatedIpRequest &request) const
Model::DeleteConfigurationSetOutcomeCallable DeleteConfigurationSetCallable(const DeleteConfigurationSetRequestT &request) const
virtual Model::PutConfigurationSetSendingOptionsOutcome PutConfigurationSetSendingOptions(const Model::PutConfigurationSetSendingOptionsRequest &request) const
Model::CreateDeliverabilityTestReportOutcomeCallable CreateDeliverabilityTestReportCallable(const CreateDeliverabilityTestReportRequestT &request) const
virtual Model::ListDeliverabilityTestReportsOutcome ListDeliverabilityTestReports(const Model::ListDeliverabilityTestReportsRequest &request={}) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
virtual Model::GetDeliverabilityTestReportOutcome GetDeliverabilityTestReport(const Model::GetDeliverabilityTestReportRequest &request) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListConfigurationSetsAsync(const ListConfigurationSetsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListConfigurationSetsRequestT &request={}) const
void SendEmailAsync(const SendEmailRequestT &request, const SendEmailResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::SendEmailOutcomeCallable SendEmailCallable(const SendEmailRequestT &request) const
PinpointEmailClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< PinpointEmailEndpointProviderBase > endpointProvider=nullptr, const Aws::PinpointEmail::PinpointEmailClientConfiguration &clientConfiguration=Aws::PinpointEmail::PinpointEmailClientConfiguration())
void DeleteEmailIdentityAsync(const DeleteEmailIdentityRequestT &request, const DeleteEmailIdentityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::PutDedicatedIpWarmupAttributesOutcomeCallable PutDedicatedIpWarmupAttributesCallable(const PutDedicatedIpWarmupAttributesRequestT &request) const
Model::CreateConfigurationSetOutcomeCallable CreateConfigurationSetCallable(const CreateConfigurationSetRequestT &request) const
void GetDedicatedIpAsync(const GetDedicatedIpRequestT &request, const GetDedicatedIpResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetAccountOutcomeCallable GetAccountCallable(const GetAccountRequestT &request={}) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
void PutEmailIdentityFeedbackAttributesAsync(const PutEmailIdentityFeedbackAttributesRequestT &request, const PutEmailIdentityFeedbackAttributesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::PutConfigurationSetReputationOptionsOutcome PutConfigurationSetReputationOptions(const Model::PutConfigurationSetReputationOptionsRequest &request) const
void ListDeliverabilityTestReportsAsync(const ListDeliverabilityTestReportsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListDeliverabilityTestReportsRequestT &request={}) const
Model::DeleteDedicatedIpPoolOutcomeCallable DeleteDedicatedIpPoolCallable(const DeleteDedicatedIpPoolRequestT &request) const
void PutDeliverabilityDashboardOptionAsync(const PutDeliverabilityDashboardOptionRequestT &request, const PutDeliverabilityDashboardOptionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetAccountAsync(const GetAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetAccountRequestT &request={}) const
virtual Model::DeleteDedicatedIpPoolOutcome DeleteDedicatedIpPool(const Model::DeleteDedicatedIpPoolRequest &request) const
PinpointEmailClient(const Aws::PinpointEmail::PinpointEmailClientConfiguration &clientConfiguration=Aws::PinpointEmail::PinpointEmailClientConfiguration(), std::shared_ptr< PinpointEmailEndpointProviderBase > endpointProvider=nullptr)
virtual Model::GetDomainDeliverabilityCampaignOutcome GetDomainDeliverabilityCampaign(const Model::GetDomainDeliverabilityCampaignRequest &request) const
std::future< GetDomainDeliverabilityCampaignOutcome > GetDomainDeliverabilityCampaignOutcomeCallable
std::future< CreateConfigurationSetEventDestinationOutcome > CreateConfigurationSetEventDestinationOutcomeCallable
std::future< PutDedicatedIpInPoolOutcome > PutDedicatedIpInPoolOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< GetDomainStatisticsReportOutcome > GetDomainStatisticsReportOutcomeCallable
std::future< DeleteEmailIdentityOutcome > DeleteEmailIdentityOutcomeCallable
std::future< DeleteDedicatedIpPoolOutcome > DeleteDedicatedIpPoolOutcomeCallable
std::future< ListDeliverabilityTestReportsOutcome > ListDeliverabilityTestReportsOutcomeCallable
std::future< ListDomainDeliverabilityCampaignsOutcome > ListDomainDeliverabilityCampaignsOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< PutConfigurationSetDeliveryOptionsOutcome > PutConfigurationSetDeliveryOptionsOutcomeCallable
std::future< SendEmailOutcome > SendEmailOutcomeCallable
std::future< PutEmailIdentityDkimAttributesOutcome > PutEmailIdentityDkimAttributesOutcomeCallable
std::future< CreateConfigurationSetOutcome > CreateConfigurationSetOutcomeCallable
std::future< GetDedicatedIpsOutcome > GetDedicatedIpsOutcomeCallable
std::future< GetAccountOutcome > GetAccountOutcomeCallable
std::future< GetConfigurationSetEventDestinationsOutcome > GetConfigurationSetEventDestinationsOutcomeCallable
std::future< CreateDeliverabilityTestReportOutcome > CreateDeliverabilityTestReportOutcomeCallable
std::future< PutConfigurationSetSendingOptionsOutcome > PutConfigurationSetSendingOptionsOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< DeleteConfigurationSetOutcome > DeleteConfigurationSetOutcomeCallable
std::future< PutConfigurationSetReputationOptionsOutcome > PutConfigurationSetReputationOptionsOutcomeCallable
std::future< GetConfigurationSetOutcome > GetConfigurationSetOutcomeCallable
std::future< PutDeliverabilityDashboardOptionOutcome > PutDeliverabilityDashboardOptionOutcomeCallable
std::future< ListDedicatedIpPoolsOutcome > ListDedicatedIpPoolsOutcomeCallable
std::future< DeleteConfigurationSetEventDestinationOutcome > DeleteConfigurationSetEventDestinationOutcomeCallable
std::future< PutEmailIdentityMailFromAttributesOutcome > PutEmailIdentityMailFromAttributesOutcomeCallable
std::future< GetEmailIdentityOutcome > GetEmailIdentityOutcomeCallable
std::future< PutDedicatedIpWarmupAttributesOutcome > PutDedicatedIpWarmupAttributesOutcomeCallable
std::future< ListEmailIdentitiesOutcome > ListEmailIdentitiesOutcomeCallable
std::future< CreateEmailIdentityOutcome > CreateEmailIdentityOutcomeCallable
std::future< PutEmailIdentityFeedbackAttributesOutcome > PutEmailIdentityFeedbackAttributesOutcomeCallable
std::future< PutConfigurationSetTrackingOptionsOutcome > PutConfigurationSetTrackingOptionsOutcomeCallable
std::future< GetDeliverabilityDashboardOptionsOutcome > GetDeliverabilityDashboardOptionsOutcomeCallable
std::future< GetDedicatedIpOutcome > GetDedicatedIpOutcomeCallable
std::future< CreateDedicatedIpPoolOutcome > CreateDedicatedIpPoolOutcomeCallable
std::future< ListConfigurationSetsOutcome > ListConfigurationSetsOutcomeCallable
std::future< PutAccountDedicatedIpWarmupAttributesOutcome > PutAccountDedicatedIpWarmupAttributesOutcomeCallable
std::future< UpdateConfigurationSetEventDestinationOutcome > UpdateConfigurationSetEventDestinationOutcomeCallable
std::future< GetBlacklistReportsOutcome > GetBlacklistReportsOutcomeCallable
std::future< PutAccountSendingAttributesOutcome > PutAccountSendingAttributesOutcomeCallable
std::future< GetDeliverabilityTestReportOutcome > GetDeliverabilityTestReportOutcomeCallable
std::function< void(const PinpointEmailClient *, const Model::GetAccountRequest &, const Model::GetAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAccountResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutEmailIdentityDkimAttributesRequest &, const Model::PutEmailIdentityDkimAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutEmailIdentityDkimAttributesResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::DeleteConfigurationSetRequest &, const Model::DeleteConfigurationSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteConfigurationSetResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetDedicatedIpsRequest &, const Model::GetDedicatedIpsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDedicatedIpsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutConfigurationSetReputationOptionsRequest &, const Model::PutConfigurationSetReputationOptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutConfigurationSetReputationOptionsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::DeleteConfigurationSetEventDestinationRequest &, const Model::DeleteConfigurationSetEventDestinationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteConfigurationSetEventDestinationResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::CreateEmailIdentityRequest &, const Model::CreateEmailIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateEmailIdentityResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutConfigurationSetTrackingOptionsRequest &, const Model::PutConfigurationSetTrackingOptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutConfigurationSetTrackingOptionsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetBlacklistReportsRequest &, const Model::GetBlacklistReportsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBlacklistReportsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutDedicatedIpInPoolRequest &, const Model::PutDedicatedIpInPoolOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutDedicatedIpInPoolResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::ListEmailIdentitiesRequest &, const Model::ListEmailIdentitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEmailIdentitiesResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetDeliverabilityDashboardOptionsRequest &, const Model::GetDeliverabilityDashboardOptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDeliverabilityDashboardOptionsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutDeliverabilityDashboardOptionRequest &, const Model::PutDeliverabilityDashboardOptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutDeliverabilityDashboardOptionResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetEmailIdentityRequest &, const Model::GetEmailIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEmailIdentityResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::ListConfigurationSetsRequest &, const Model::ListConfigurationSetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListConfigurationSetsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutConfigurationSetSendingOptionsRequest &, const Model::PutConfigurationSetSendingOptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutConfigurationSetSendingOptionsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::DeleteDedicatedIpPoolRequest &, const Model::DeleteDedicatedIpPoolOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDedicatedIpPoolResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::ListDedicatedIpPoolsRequest &, const Model::ListDedicatedIpPoolsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDedicatedIpPoolsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetDomainStatisticsReportRequest &, const Model::GetDomainStatisticsReportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDomainStatisticsReportResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetConfigurationSetRequest &, const Model::GetConfigurationSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConfigurationSetResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutAccountDedicatedIpWarmupAttributesRequest &, const Model::PutAccountDedicatedIpWarmupAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutAccountDedicatedIpWarmupAttributesResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetDomainDeliverabilityCampaignRequest &, const Model::GetDomainDeliverabilityCampaignOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDomainDeliverabilityCampaignResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetDeliverabilityTestReportRequest &, const Model::GetDeliverabilityTestReportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDeliverabilityTestReportResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::UpdateConfigurationSetEventDestinationRequest &, const Model::UpdateConfigurationSetEventDestinationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateConfigurationSetEventDestinationResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutEmailIdentityMailFromAttributesRequest &, const Model::PutEmailIdentityMailFromAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutEmailIdentityMailFromAttributesResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::CreateDeliverabilityTestReportRequest &, const Model::CreateDeliverabilityTestReportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDeliverabilityTestReportResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::ListDeliverabilityTestReportsRequest &, const Model::ListDeliverabilityTestReportsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDeliverabilityTestReportsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::DeleteEmailIdentityRequest &, const Model::DeleteEmailIdentityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteEmailIdentityResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::SendEmailRequest &, const Model::SendEmailOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SendEmailResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutConfigurationSetDeliveryOptionsRequest &, const Model::PutConfigurationSetDeliveryOptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutConfigurationSetDeliveryOptionsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetDedicatedIpRequest &, const Model::GetDedicatedIpOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDedicatedIpResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::GetConfigurationSetEventDestinationsRequest &, const Model::GetConfigurationSetEventDestinationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConfigurationSetEventDestinationsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::CreateConfigurationSetEventDestinationRequest &, const Model::CreateConfigurationSetEventDestinationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateConfigurationSetEventDestinationResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutDedicatedIpWarmupAttributesRequest &, const Model::PutDedicatedIpWarmupAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutDedicatedIpWarmupAttributesResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutAccountSendingAttributesRequest &, const Model::PutAccountSendingAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutAccountSendingAttributesResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::CreateDedicatedIpPoolRequest &, const Model::CreateDedicatedIpPoolOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDedicatedIpPoolResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::PutEmailIdentityFeedbackAttributesRequest &, const Model::PutEmailIdentityFeedbackAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutEmailIdentityFeedbackAttributesResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::ListDomainDeliverabilityCampaignsRequest &, const Model::ListDomainDeliverabilityCampaignsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDomainDeliverabilityCampaignsResponseReceivedHandler
std::function< void(const PinpointEmailClient *, const Model::CreateConfigurationSetRequest &, const Model::CreateConfigurationSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateConfigurationSetResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String