Home
last modified time | relevance | path

Searched refs:CreateTagsRequest (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mq/include/aws/mq/model/
H A DCreateTagsRequest.h26 class AWS_MQ_API CreateTagsRequest : public MQRequest
29 CreateTagsRequest();
68 …inline CreateTagsRequest& WithResourceArn(const Aws::String& value) { SetResourceArn(value); retur… in WithResourceArn()
73 …inline CreateTagsRequest& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value));… in WithResourceArn()
78 …inline CreateTagsRequest& WithResourceArn(const char* value) { SetResourceArn(value); return *this… in WithResourceArn()
104 …inline CreateTagsRequest& WithTags(const Aws::Map<Aws::String, Aws::String>& value) { SetTags(valu… in WithTags()
109 …inline CreateTagsRequest& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move… in WithTags()
114 …inline CreateTagsRequest& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBee… in AddTags()
134 …inline CreateTagsRequest& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true;… in AddTags()
139 …inline CreateTagsRequest& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true;… in AddTags()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DCreateTagsRequest.h25 class AWS_MEDIALIVE_API CreateTagsRequest : public MediaLiveRequest
28 CreateTagsRequest();
55 …inline CreateTagsRequest& WithResourceArn(const Aws::String& value) { SetResourceArn(value); retur… in WithResourceArn()
58 …inline CreateTagsRequest& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value));… in WithResourceArn()
61 …inline CreateTagsRequest& WithResourceArn(const char* value) { SetResourceArn(value); return *this… in WithResourceArn()
77 …inline CreateTagsRequest& WithTags(const Aws::Map<Aws::String, Aws::String>& value) { SetTags(valu… in WithTags()
80 …inline CreateTagsRequest& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move… in WithTags()
83 …inline CreateTagsRequest& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBee… in AddTags()
95 …inline CreateTagsRequest& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true;… in AddTags()
98 …inline CreateTagsRequest& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true;… in AddTags()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DCreateTagsRequest.h23 class AWS_EC2_API CreateTagsRequest : public EC2Request
26 CreateTagsRequest();
71 inline CreateTagsRequest& WithDryRun(bool value) { SetDryRun(value); return *this;} in WithDryRun()
102 …inline CreateTagsRequest& WithResources(const Aws::Vector<Aws::String>& value) { SetResources(valu… in WithResources()
108 …inline CreateTagsRequest& WithResources(Aws::Vector<Aws::String>&& value) { SetResources(std::move… in WithResources()
114 …inline CreateTagsRequest& AddResources(const Aws::String& value) { m_resourcesHasBeenSet = true; m… in AddResources()
126 …inline CreateTagsRequest& AddResources(const char* value) { m_resourcesHasBeenSet = true; m_resour… in AddResources()
162 … inline CreateTagsRequest& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *this;} in WithTags()
169 …inline CreateTagsRequest& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); return *… in WithTags()
176 …inline CreateTagsRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(va… in AddTags()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-discovery/include/aws/discovery/model/
H A DCreateTagsRequest.h23 …class AWS_APPLICATIONDISCOVERYSERVICE_API CreateTagsRequest : public ApplicationDiscoveryServiceRe…
26 CreateTagsRequest();
62 …inline CreateTagsRequest& WithConfigurationIds(const Aws::Vector<Aws::String>& value) { SetConfigu… in WithConfigurationIds()
67 …inline CreateTagsRequest& WithConfigurationIds(Aws::Vector<Aws::String>&& value) { SetConfiguratio… in WithConfigurationIds()
72 …inline CreateTagsRequest& AddConfigurationIds(const Aws::String& value) { m_configurationIdsHasBee… in AddConfigurationIds()
77 …inline CreateTagsRequest& AddConfigurationIds(Aws::String&& value) { m_configurationIdsHasBeenSet … in AddConfigurationIds()
82 …inline CreateTagsRequest& AddConfigurationIds(const char* value) { m_configurationIdsHasBeenSet = … in AddConfigurationIds()
118 … inline CreateTagsRequest& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *this;} in WithTags()
125 …inline CreateTagsRequest& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); return *… in WithTags()
132 …inline CreateTagsRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(va… in AddTags()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workspaces/include/aws/workspaces/model/
H A DCreateTagsRequest.h23 class AWS_WORKSPACES_API CreateTagsRequest : public WorkSpacesRequest
26 CreateTagsRequest();
79 …inline CreateTagsRequest& WithResourceId(const Aws::String& value) { SetResourceId(value); return … in WithResourceId()
86 …inline CreateTagsRequest& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); r… in WithResourceId()
93 … inline CreateTagsRequest& WithResourceId(const char* value) { SetResourceId(value); return *this;} in WithResourceId()
119 … inline CreateTagsRequest& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *this;} in WithTags()
124 …inline CreateTagsRequest& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); return *… in WithTags()
129 …inline CreateTagsRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(va… in AddTags()
134 …inline CreateTagsRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::mo… in AddTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/include/aws/redshift/model/
H A DCreateTagsRequest.h27 class AWS_REDSHIFT_API CreateTagsRequest : public RedshiftRequest
30 CreateTagsRequest();
79 …inline CreateTagsRequest& WithResourceName(const Aws::String& value) { SetResourceName(value); ret… in WithResourceName()
85 …inline CreateTagsRequest& WithResourceName(Aws::String&& value) { SetResourceName(std::move(value)… in WithResourceName()
91 …inline CreateTagsRequest& WithResourceName(const char* value) { SetResourceName(value); return *th… in WithResourceName()
147 … inline CreateTagsRequest& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *this;} in WithTags()
158 …inline CreateTagsRequest& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); return *… in WithTags()
169 …inline CreateTagsRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(va… in AddTags()
180 …inline CreateTagsRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::mo… in AddTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/source/model/
H A DCreateTagsRequest.cpp13 CreateTagsRequest::CreateTagsRequest() : in CreateTagsRequest() function in CreateTagsRequest
19 Aws::String CreateTagsRequest::SerializePayload() const in SerializePayload()
43 void CreateTagsRequest::DumpBodyToUrl(Aws::Http::URI& uri ) const in DumpBodyToUrl()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DCreateTagsRequest.cpp13 CreateTagsRequest::CreateTagsRequest() : in CreateTagsRequest() function in CreateTagsRequest
21 Aws::String CreateTagsRequest::SerializePayload() const in SerializePayload()
56 void CreateTagsRequest::DumpBodyToUrl(Aws::Http::URI& uri ) const in DumpBodyToUrl()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workspaces/source/model/
H A DCreateTagsRequest.cpp15 CreateTagsRequest::CreateTagsRequest() : in CreateTagsRequest() function in CreateTagsRequest
21 Aws::String CreateTagsRequest::SerializePayload() const in SerializePayload()
45 Aws::Http::HeaderValueCollection CreateTagsRequest::GetRequestSpecificHeaders() const in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-discovery/source/model/
H A DCreateTagsRequest.cpp15 CreateTagsRequest::CreateTagsRequest() : in CreateTagsRequest() function in CreateTagsRequest
21 Aws::String CreateTagsRequest::SerializePayload() const in SerializePayload()
50 Aws::Http::HeaderValueCollection CreateTagsRequest::GetRequestSpecificHeaders() const in GetRequestSpecificHeaders()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DCreateTagsRequest.cpp15 CreateTagsRequest::CreateTagsRequest() : in CreateTagsRequest() function in CreateTagsRequest
21 Aws::String CreateTagsRequest::SerializePayload() const in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mq/source/model/
H A DCreateTagsRequest.cpp15 CreateTagsRequest::CreateTagsRequest() : in CreateTagsRequest() function in CreateTagsRequest
21 Aws::String CreateTagsRequest::SerializePayload() const in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mq/include/aws/mq/
H A DMQClient.h76 class CreateTagsRequest; variable
148 …typedef std::function<void(const MQClient*, const Model::CreateTagsRequest&, const Model::CreateTa…
324 virtual Model::CreateTagsOutcome CreateTags(const Model::CreateTagsRequest& request) const;
333 …virtual Model::CreateTagsOutcomeCallable CreateTagsCallable(const Model::CreateTagsRequest& reques…
342 …virtual void CreateTagsAsync(const Model::CreateTagsRequest& request, const CreateTagsResponseRece…
834 …void CreateTagsAsyncHelper(const Model::CreateTagsRequest& request, const CreateTagsResponseReceiv…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-discovery/include/aws/discovery/
H A DApplicationDiscoveryServiceClient.h79 class CreateTagsRequest; variable
154 …unction<void(const ApplicationDiscoveryServiceClient*, const Model::CreateTagsRequest&, const Mode…
371 virtual Model::CreateTagsOutcome CreateTags(const Model::CreateTagsRequest& request) const;
382 …virtual Model::CreateTagsOutcomeCallable CreateTagsCallable(const Model::CreateTagsRequest& reques…
393 …virtual void CreateTagsAsync(const Model::CreateTagsRequest& request, const CreateTagsResponseRece…
1078 …void CreateTagsAsyncHelper(const Model::CreateTagsRequest& request, const CreateTagsResponseReceiv…
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/
H A Dinterface.go73 CreateTagsRequest(*efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput) methodSpec
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/
H A Dinterface.go73 CreateTagsRequest(*efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput) methodSpec
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/
H A Dinterface.go73 CreateTagsRequest(*efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput) methodSpec
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/efs/efsiface/
H A Dinterface.go73 CreateTagsRequest(*efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput)
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/
H A Dinterface.go73 CreateTagsRequest(*efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput) methodSpec
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/
H A Dinterface.go73 CreateTagsRequest(*efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput) methodSpec
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/
H A Dinterface.go73 CreateTagsRequest(*efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput) methodSpec
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/
H A Dinterface.go73 CreateTagsRequest(*efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput) methodSpec
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/
H A Dinterface.go73 CreateTagsRequest(*efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput) methodSpec
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-discovery/source/
H A DApplicationDiscoveryServiceClient.cpp192 CreateTagsOutcome ApplicationDiscoveryServiceClient::CreateTags(const CreateTagsRequest& request) c… in CreateTags()
198 …allable ApplicationDiscoveryServiceClient::CreateTagsCallable(const CreateTagsRequest& request) co… in CreateTagsCallable()
206 void ApplicationDiscoveryServiceClient::CreateTagsAsync(const CreateTagsRequest& request, const Cre… in CreateTagsAsync()
211 void ApplicationDiscoveryServiceClient::CreateTagsAsyncHelper(const CreateTagsRequest& request, con… in CreateTagsAsyncHelper()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/workspaces/workspacesiface/
H A Dinterface.go65 CreateTagsRequest(*workspaces.CreateTagsInput) (*request.Request, *workspaces.CreateTagsOutput) methodSpec

12345678910>>...19