Home
last modified time | relevance | path

Searched refs:AddTagsOutcome (Results 1 – 18 of 18) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/
H A DCloudTrailClient.h90 typedef Aws::Utils::Outcome<AddTagsResult, CloudTrailError> AddTagsOutcome; typedef
109 typedef std::future<AddTagsOutcome> AddTagsOutcomeCallable;
131 …(const CloudTrailClient*, const Model::AddTagsRequest&, const Model::AddTagsOutcome&, const std::s…
209 virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-datapipeline/include/aws/datapipeline/
H A DDataPipelineClient.h92 typedef Aws::Utils::Outcome<AddTagsResult, DataPipelineError> AddTagsOutcome; typedef
112 typedef std::future<AddTagsOutcome> AddTagsOutcomeCallable;
135 …onst DataPipelineClient*, const Model::AddTagsRequest&, const Model::AddTagsOutcome&, const std::s…
247 virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-machinelearning/include/aws/machinelearning/
H A DMachineLearningClient.h110 typedef Aws::Utils::Outcome<AddTagsResult, MachineLearningError> AddTagsOutcome; typedef
139 typedef std::future<AddTagsOutcome> AddTagsOutcomeCallable;
171 …t MachineLearningClient*, const Model::AddTagsRequest&, const Model::AddTagsOutcome&, const std::s…
238 virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticloadbalancing/include/aws/elasticloadbalancing/
H A DElasticLoadBalancingClient.h119 typedef Aws::Utils::Outcome<AddTagsResult, ElasticLoadBalancingError> AddTagsOutcome; typedef
149 typedef std::future<AddTagsOutcome> AddTagsOutcomeCallable;
182 …sticLoadBalancingClient*, const Model::AddTagsRequest&, const Model::AddTagsOutcome&, const std::s…
278 virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudtrail/source/
H A DCloudTrailClient.cpp115 AddTagsOutcome CloudTrailClient::AddTags(const AddTagsRequest& request) const in AddTags()
118 …return AddTagsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV4… in AddTags()
123 …auto task = Aws::MakeShared< std::packaged_task< AddTagsOutcome() > >(ALLOCATION_TAG, [this, reque… in AddTagsCallable()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticloadbalancingv2/include/aws/elasticloadbalancingv2/
H A DElasticLoadBalancingv2Client.h130 typedef Aws::Utils::Outcome<AddTagsResult, ElasticLoadBalancingv2Error> AddTagsOutcome; typedef
165 typedef std::future<AddTagsOutcome> AddTagsOutcomeCallable;
203 …icLoadBalancingv2Client*, const Model::AddTagsRequest&, const Model::AddTagsOutcome&, const std::s…
352 virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-datapipeline/source/
H A DDataPipelineClient.cpp140 AddTagsOutcome DataPipelineClient::AddTags(const AddTagsRequest& request) const in AddTags()
143 …return AddTagsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV4… in AddTags()
148 …auto task = Aws::MakeShared< std::packaged_task< AddTagsOutcome() > >(ALLOCATION_TAG, [this, reque… in AddTagsCallable()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opensearch/include/aws/opensearch/
H A DOpenSearchServiceClient.h132 typedef Aws::Utils::Outcome<Aws::NoResult, OpenSearchServiceError> AddTagsOutcome; typedef
172 typedef std::future<AddTagsOutcome> AddTagsOutcomeCallable;
215 …OpenSearchServiceClient*, const Model::AddTagsRequest&, const Model::AddTagsOutcome&, const std::s…
333 virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/include/aws/es/
H A DElasticsearchServiceClient.h132 typedef Aws::Utils::Outcome<Aws::NoResult, ElasticsearchServiceError> AddTagsOutcome; typedef
173 typedef std::future<AddTagsOutcome> AddTagsOutcomeCallable;
217 …sticsearchServiceClient*, const Model::AddTagsRequest&, const Model::AddTagsOutcome&, const std::s…
337 virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticloadbalancing/source/
H A DElasticLoadBalancingClient.cpp137 AddTagsOutcome ElasticLoadBalancingClient::AddTags(const AddTagsRequest& request) const in AddTags()
140 return AddTagsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST)); in AddTags()
145 …auto task = Aws::MakeShared< std::packaged_task< AddTagsOutcome() > >(ALLOCATION_TAG, [this, reque… in AddTagsCallable()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-machinelearning/source/
H A DMachineLearningClient.cpp125 AddTagsOutcome MachineLearningClient::AddTags(const AddTagsRequest& request) const in AddTags()
128 return AddTagsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST)); in AddTags()
133 …auto task = Aws::MakeShared< std::packaged_task< AddTagsOutcome() > >(ALLOCATION_TAG, [this, reque… in AddTagsCallable()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticmapreduce/include/aws/elasticmapreduce/
H A DEMRClient.h149 typedef Aws::Utils::Outcome<AddTagsResult, EMRError> AddTagsOutcome; typedef
201 typedef std::future<AddTagsOutcome> AddTagsOutcomeCallable;
256 …on<void(const EMRClient*, const Model::AddTagsRequest&, const Model::AddTagsOutcome&, const std::s…
487 virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticloadbalancingv2/source/
H A DElasticLoadBalancingv2Client.cpp166 AddTagsOutcome ElasticLoadBalancingv2Client::AddTags(const AddTagsRequest& request) const in AddTags()
169 return AddTagsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST)); in AddTags()
174 …auto task = Aws::MakeShared< std::packaged_task< AddTagsOutcome() > >(ALLOCATION_TAG, [this, reque… in AddTagsCallable()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opensearch/source/
H A DOpenSearchServiceClient.cpp168 AddTagsOutcome OpenSearchServiceClient::AddTags(const AddTagsRequest& request) const in AddTags()
172 …return AddTagsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV4… in AddTags()
177 …auto task = Aws::MakeShared< std::packaged_task< AddTagsOutcome() > >(ALLOCATION_TAG, [this, reque… in AddTagsCallable()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/source/
H A DElasticsearchServiceClient.cpp168 AddTagsOutcome ElasticsearchServiceClient::AddTags(const AddTagsRequest& request) const in AddTags()
172 …return AddTagsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV4… in AddTags()
177 …auto task = Aws::MakeShared< std::packaged_task< AddTagsOutcome() > >(ALLOCATION_TAG, [this, reque… in AddTagsCallable()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticmapreduce/source/
H A DEMRClient.cpp220 AddTagsOutcome EMRClient::AddTags(const AddTagsRequest& request) const in AddTags()
223 …return AddTagsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV4… in AddTags()
228 …auto task = Aws::MakeShared< std::packaged_task< AddTagsOutcome() > >(ALLOCATION_TAG, [this, reque… in AddTagsCallable()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/
H A DSageMakerClient.h495 typedef Aws::Utils::Outcome<AddTagsResult, SageMakerError> AddTagsOutcome; typedef
736 typedef std::future<AddTagsOutcome> AddTagsOutcomeCallable;
980 …d(const SageMakerClient*, const Model::AddTagsRequest&, const Model::AddTagsOutcome&, const std::s…
1323 virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/source/
H A DSageMakerClient.cpp361 AddTagsOutcome SageMakerClient::AddTags(const AddTagsRequest& request) const in AddTags()
364 …return AddTagsOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV4… in AddTags()
369 …auto task = Aws::MakeShared< std::packaged_task< AddTagsOutcome() > >(ALLOCATION_TAG, [this, reque… in AddTagsCallable()