AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
PaymentCryptographyServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/payment-cryptography/PaymentCryptographyEndpointProvider.h>
15#include <aws/payment-cryptography/PaymentCryptographyErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in PaymentCryptographyClient header */
22#include <aws/payment-cryptography/model/AddKeyReplicationRegionsResult.h>
23#include <aws/payment-cryptography/model/CreateAliasResult.h>
24#include <aws/payment-cryptography/model/CreateKeyResult.h>
25#include <aws/payment-cryptography/model/DeleteAliasResult.h>
26#include <aws/payment-cryptography/model/DeleteKeyResult.h>
27#include <aws/payment-cryptography/model/DisableDefaultKeyReplicationRegionsResult.h>
28#include <aws/payment-cryptography/model/EnableDefaultKeyReplicationRegionsResult.h>
29#include <aws/payment-cryptography/model/ExportKeyResult.h>
30#include <aws/payment-cryptography/model/GetAliasResult.h>
31#include <aws/payment-cryptography/model/GetCertificateSigningRequestResult.h>
32#include <aws/payment-cryptography/model/GetDefaultKeyReplicationRegionsRequest.h>
33#include <aws/payment-cryptography/model/GetDefaultKeyReplicationRegionsResult.h>
34#include <aws/payment-cryptography/model/GetKeyResult.h>
35#include <aws/payment-cryptography/model/GetParametersForExportResult.h>
36#include <aws/payment-cryptography/model/GetParametersForImportResult.h>
37#include <aws/payment-cryptography/model/GetPublicKeyCertificateResult.h>
38#include <aws/payment-cryptography/model/ImportKeyResult.h>
39#include <aws/payment-cryptography/model/ListAliasesRequest.h>
40#include <aws/payment-cryptography/model/ListAliasesResult.h>
41#include <aws/payment-cryptography/model/ListKeysRequest.h>
42#include <aws/payment-cryptography/model/ListKeysResult.h>
43#include <aws/payment-cryptography/model/ListTagsForResourceResult.h>
44#include <aws/payment-cryptography/model/RemoveKeyReplicationRegionsResult.h>
45#include <aws/payment-cryptography/model/RestoreKeyResult.h>
46#include <aws/payment-cryptography/model/StartKeyUsageResult.h>
47#include <aws/payment-cryptography/model/StopKeyUsageResult.h>
48#include <aws/payment-cryptography/model/TagResourceResult.h>
49#include <aws/payment-cryptography/model/UntagResourceResult.h>
50#include <aws/payment-cryptography/model/UpdateAliasResult.h>
51/* End of service model headers required in PaymentCryptographyClient header */
52
53namespace Aws {
54namespace Http {
55class HttpClient;
56class HttpClientFactory;
57} // namespace Http
58
59namespace Utils {
60template <typename R, typename E>
61class Outcome;
62
63namespace Threading {
64class Executor;
65} // namespace Threading
66} // namespace Utils
67
68namespace Auth {
69class AWSCredentials;
70class AWSCredentialsProvider;
71} // namespace Auth
72
73namespace Client {
74class RetryStrategy;
75} // namespace Client
76
77namespace PaymentCryptography {
81
82namespace Model {
83/* Service model forward declarations required in PaymentCryptographyClient header */
84class AddKeyReplicationRegionsRequest;
85class CreateAliasRequest;
86class CreateKeyRequest;
87class DeleteAliasRequest;
88class DeleteKeyRequest;
89class DisableDefaultKeyReplicationRegionsRequest;
90class EnableDefaultKeyReplicationRegionsRequest;
91class ExportKeyRequest;
92class GetAliasRequest;
93class GetCertificateSigningRequestRequest;
94class GetDefaultKeyReplicationRegionsRequest;
95class GetKeyRequest;
96class GetParametersForExportRequest;
97class GetParametersForImportRequest;
98class GetPublicKeyCertificateRequest;
99class ImportKeyRequest;
100class ListAliasesRequest;
101class ListKeysRequest;
102class ListTagsForResourceRequest;
103class RemoveKeyReplicationRegionsRequest;
104class RestoreKeyRequest;
105class StartKeyUsageRequest;
106class StopKeyUsageRequest;
107class TagResourceRequest;
108class UntagResourceRequest;
109class UpdateAliasRequest;
110/* End of service model forward declarations required in PaymentCryptographyClient header */
111
112/* Service model Outcome class definitions */
139/* End of service model Outcome class definitions */
140
141/* Service model Outcome callable definitions */
142typedef std::future<AddKeyReplicationRegionsOutcome> AddKeyReplicationRegionsOutcomeCallable;
143typedef std::future<CreateAliasOutcome> CreateAliasOutcomeCallable;
144typedef std::future<CreateKeyOutcome> CreateKeyOutcomeCallable;
145typedef std::future<DeleteAliasOutcome> DeleteAliasOutcomeCallable;
146typedef std::future<DeleteKeyOutcome> DeleteKeyOutcomeCallable;
147typedef std::future<DisableDefaultKeyReplicationRegionsOutcome> DisableDefaultKeyReplicationRegionsOutcomeCallable;
148typedef std::future<EnableDefaultKeyReplicationRegionsOutcome> EnableDefaultKeyReplicationRegionsOutcomeCallable;
149typedef std::future<ExportKeyOutcome> ExportKeyOutcomeCallable;
150typedef std::future<GetAliasOutcome> GetAliasOutcomeCallable;
151typedef std::future<GetCertificateSigningRequestOutcome> GetCertificateSigningRequestOutcomeCallable;
152typedef std::future<GetDefaultKeyReplicationRegionsOutcome> GetDefaultKeyReplicationRegionsOutcomeCallable;
153typedef std::future<GetKeyOutcome> GetKeyOutcomeCallable;
154typedef std::future<GetParametersForExportOutcome> GetParametersForExportOutcomeCallable;
155typedef std::future<GetParametersForImportOutcome> GetParametersForImportOutcomeCallable;
156typedef std::future<GetPublicKeyCertificateOutcome> GetPublicKeyCertificateOutcomeCallable;
157typedef std::future<ImportKeyOutcome> ImportKeyOutcomeCallable;
158typedef std::future<ListAliasesOutcome> ListAliasesOutcomeCallable;
159typedef std::future<ListKeysOutcome> ListKeysOutcomeCallable;
160typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
161typedef std::future<RemoveKeyReplicationRegionsOutcome> RemoveKeyReplicationRegionsOutcomeCallable;
162typedef std::future<RestoreKeyOutcome> RestoreKeyOutcomeCallable;
163typedef std::future<StartKeyUsageOutcome> StartKeyUsageOutcomeCallable;
164typedef std::future<StopKeyUsageOutcome> StopKeyUsageOutcomeCallable;
165typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
166typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
167typedef std::future<UpdateAliasOutcome> UpdateAliasOutcomeCallable;
168/* End of service model Outcome callable definitions */
169} // namespace Model
170
172
173/* Service model async handlers definitions */
174typedef std::function<void(const PaymentCryptographyClient*, const Model::AddKeyReplicationRegionsRequest&,
175 const Model::AddKeyReplicationRegionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
177typedef std::function<void(const PaymentCryptographyClient*, const Model::CreateAliasRequest&, const Model::CreateAliasOutcome&,
178 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
180typedef std::function<void(const PaymentCryptographyClient*, const Model::CreateKeyRequest&, const Model::CreateKeyOutcome&,
181 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
183typedef std::function<void(const PaymentCryptographyClient*, const Model::DeleteAliasRequest&, const Model::DeleteAliasOutcome&,
184 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
186typedef std::function<void(const PaymentCryptographyClient*, const Model::DeleteKeyRequest&, const Model::DeleteKeyOutcome&,
187 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
191 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
195 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
197typedef std::function<void(const PaymentCryptographyClient*, const Model::ExportKeyRequest&, const Model::ExportKeyOutcome&,
198 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
200typedef std::function<void(const PaymentCryptographyClient*, const Model::GetAliasRequest&, const Model::GetAliasOutcome&,
201 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
203typedef std::function<void(const PaymentCryptographyClient*, const Model::GetCertificateSigningRequestRequest&,
205 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
207typedef std::function<void(const PaymentCryptographyClient*, const Model::GetDefaultKeyReplicationRegionsRequest&,
209 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
211typedef std::function<void(const PaymentCryptographyClient*, const Model::GetKeyRequest&, const Model::GetKeyOutcome&,
212 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
214typedef std::function<void(const PaymentCryptographyClient*, const Model::GetParametersForExportRequest&,
215 const Model::GetParametersForExportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
217typedef std::function<void(const PaymentCryptographyClient*, const Model::GetParametersForImportRequest&,
218 const Model::GetParametersForImportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
220typedef std::function<void(const PaymentCryptographyClient*, const Model::GetPublicKeyCertificateRequest&,
221 const Model::GetPublicKeyCertificateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
223typedef std::function<void(const PaymentCryptographyClient*, const Model::ImportKeyRequest&, const Model::ImportKeyOutcome&,
224 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
226typedef std::function<void(const PaymentCryptographyClient*, const Model::ListAliasesRequest&, const Model::ListAliasesOutcome&,
227 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
229typedef std::function<void(const PaymentCryptographyClient*, const Model::ListKeysRequest&, const Model::ListKeysOutcome&,
230 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
232typedef std::function<void(const PaymentCryptographyClient*, const Model::ListTagsForResourceRequest&,
233 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
235typedef std::function<void(const PaymentCryptographyClient*, const Model::RemoveKeyReplicationRegionsRequest&,
236 const Model::RemoveKeyReplicationRegionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
238typedef std::function<void(const PaymentCryptographyClient*, const Model::RestoreKeyRequest&, const Model::RestoreKeyOutcome&,
239 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
241typedef std::function<void(const PaymentCryptographyClient*, const Model::StartKeyUsageRequest&, const Model::StartKeyUsageOutcome&,
242 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
244typedef std::function<void(const PaymentCryptographyClient*, const Model::StopKeyUsageRequest&, const Model::StopKeyUsageOutcome&,
245 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
247typedef std::function<void(const PaymentCryptographyClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
248 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
250typedef std::function<void(const PaymentCryptographyClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
251 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
253typedef std::function<void(const PaymentCryptographyClient*, const Model::UpdateAliasRequest&, const Model::UpdateAliasOutcome&,
254 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
256/* End of service model async handlers definitions */
257} // namespace PaymentCryptography
258} // namespace Aws
EndpointProviderBase< PaymentCryptographyClientConfiguration, PaymentCryptographyBuiltInParameters, PaymentCryptographyClientContextParameters > PaymentCryptographyEndpointProviderBase
std::future< ImportKeyOutcome > ImportKeyOutcomeCallable
std::future< GetPublicKeyCertificateOutcome > GetPublicKeyCertificateOutcomeCallable
std::future< EnableDefaultKeyReplicationRegionsOutcome > EnableDefaultKeyReplicationRegionsOutcomeCallable
Aws::Utils::Outcome< StartKeyUsageResult, PaymentCryptographyError > StartKeyUsageOutcome
std::future< GetParametersForImportOutcome > GetParametersForImportOutcomeCallable
std::future< DeleteAliasOutcome > DeleteAliasOutcomeCallable
Aws::Utils::Outcome< StopKeyUsageResult, PaymentCryptographyError > StopKeyUsageOutcome
Aws::Utils::Outcome< UpdateAliasResult, PaymentCryptographyError > UpdateAliasOutcome
std::future< UpdateAliasOutcome > UpdateAliasOutcomeCallable
Aws::Utils::Outcome< ImportKeyResult, PaymentCryptographyError > ImportKeyOutcome
std::future< ListAliasesOutcome > ListAliasesOutcomeCallable
Aws::Utils::Outcome< GetAliasResult, PaymentCryptographyError > GetAliasOutcome
Aws::Utils::Outcome< TagResourceResult, PaymentCryptographyError > TagResourceOutcome
std::future< AddKeyReplicationRegionsOutcome > AddKeyReplicationRegionsOutcomeCallable
Aws::Utils::Outcome< DeleteAliasResult, PaymentCryptographyError > DeleteAliasOutcome
Aws::Utils::Outcome< DeleteKeyResult, PaymentCryptographyError > DeleteKeyOutcome
std::future< DisableDefaultKeyReplicationRegionsOutcome > DisableDefaultKeyReplicationRegionsOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, PaymentCryptographyError > UntagResourceOutcome
std::future< RemoveKeyReplicationRegionsOutcome > RemoveKeyReplicationRegionsOutcomeCallable
Aws::Utils::Outcome< GetParametersForExportResult, PaymentCryptographyError > GetParametersForExportOutcome
Aws::Utils::Outcome< ExportKeyResult, PaymentCryptographyError > ExportKeyOutcome
Aws::Utils::Outcome< CreateKeyResult, PaymentCryptographyError > CreateKeyOutcome
Aws::Utils::Outcome< GetPublicKeyCertificateResult, PaymentCryptographyError > GetPublicKeyCertificateOutcome
std::future< GetParametersForExportOutcome > GetParametersForExportOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, PaymentCryptographyError > ListTagsForResourceOutcome
Aws::Utils::Outcome< DisableDefaultKeyReplicationRegionsResult, PaymentCryptographyError > DisableDefaultKeyReplicationRegionsOutcome
std::future< RestoreKeyOutcome > RestoreKeyOutcomeCallable
Aws::Utils::Outcome< RestoreKeyResult, PaymentCryptographyError > RestoreKeyOutcome
Aws::Utils::Outcome< GetParametersForImportResult, PaymentCryptographyError > GetParametersForImportOutcome
Aws::Utils::Outcome< ListAliasesResult, PaymentCryptographyError > ListAliasesOutcome
Aws::Utils::Outcome< AddKeyReplicationRegionsResult, PaymentCryptographyError > AddKeyReplicationRegionsOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ExportKeyOutcome > ExportKeyOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< CreateKeyOutcome > CreateKeyOutcomeCallable
Aws::Utils::Outcome< EnableDefaultKeyReplicationRegionsResult, PaymentCryptographyError > EnableDefaultKeyReplicationRegionsOutcome
Aws::Utils::Outcome< RemoveKeyReplicationRegionsResult, PaymentCryptographyError > RemoveKeyReplicationRegionsOutcome
std::future< DeleteKeyOutcome > DeleteKeyOutcomeCallable
std::future< StartKeyUsageOutcome > StartKeyUsageOutcomeCallable
std::future< GetDefaultKeyReplicationRegionsOutcome > GetDefaultKeyReplicationRegionsOutcomeCallable
std::future< GetCertificateSigningRequestOutcome > GetCertificateSigningRequestOutcomeCallable
std::future< StopKeyUsageOutcome > StopKeyUsageOutcomeCallable
Aws::Utils::Outcome< GetDefaultKeyReplicationRegionsResult, PaymentCryptographyError > GetDefaultKeyReplicationRegionsOutcome
Aws::Utils::Outcome< GetCertificateSigningRequestResult, PaymentCryptographyError > GetCertificateSigningRequestOutcome
Aws::Utils::Outcome< GetKeyResult, PaymentCryptographyError > GetKeyOutcome
std::future< CreateAliasOutcome > CreateAliasOutcomeCallable
Aws::Utils::Outcome< CreateAliasResult, PaymentCryptographyError > CreateAliasOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< ListKeysResult, PaymentCryptographyError > ListKeysOutcome
std::function< void(const PaymentCryptographyClient *, const Model::GetParametersForExportRequest &, const Model::GetParametersForExportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetParametersForExportResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ListAliasesRequest &, const Model::ListAliasesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAliasesResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::StopKeyUsageRequest &, const Model::StopKeyUsageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopKeyUsageResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetPublicKeyCertificateRequest &, const Model::GetPublicKeyCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPublicKeyCertificateResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetCertificateSigningRequestRequest &, const Model::GetCertificateSigningRequestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCertificateSigningRequestResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ImportKeyRequest &, const Model::ImportKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ImportKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ListKeysRequest &, const Model::ListKeysOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListKeysResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::StartKeyUsageRequest &, const Model::StartKeyUsageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartKeyUsageResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::RemoveKeyReplicationRegionsRequest &, const Model::RemoveKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RemoveKeyReplicationRegionsResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::DeleteAliasRequest &, const Model::DeleteAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteAliasResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ExportKeyRequest &, const Model::ExportKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExportKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::UpdateAliasRequest &, const Model::UpdateAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateAliasResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::DeleteKeyRequest &, const Model::DeleteKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetKeyRequest &, const Model::GetKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::CreateAliasRequest &, const Model::CreateAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateAliasResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::AddKeyReplicationRegionsRequest &, const Model::AddKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddKeyReplicationRegionsResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetAliasRequest &, const Model::GetAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAliasResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::CreateKeyRequest &, const Model::CreateKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::EnableDefaultKeyReplicationRegionsRequest &, const Model::EnableDefaultKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableDefaultKeyReplicationRegionsResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::DisableDefaultKeyReplicationRegionsRequest &, const Model::DisableDefaultKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableDefaultKeyReplicationRegionsResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetParametersForImportRequest &, const Model::GetParametersForImportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetParametersForImportResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::RestoreKeyRequest &, const Model::RestoreKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RestoreKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetDefaultKeyReplicationRegionsRequest &, const Model::GetDefaultKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDefaultKeyReplicationRegionsResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler