Home
last modified time | relevance | path

Searched refs:SetTargetVersion (Results 1 – 25 of 106) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/include/aws/es/model/
H A DUpgradeElasticsearchDomainRequest.h77 …inline void SetTargetVersion(const Aws::String& value) { m_targetVersionHasBeenSet = true; m_targe… in SetTargetVersion() function
82 …inline void SetTargetVersion(Aws::String&& value) { m_targetVersionHasBeenSet = true; m_targetVers… in SetTargetVersion() function
87 …inline void SetTargetVersion(const char* value) { m_targetVersionHasBeenSet = true; m_targetVersio… in SetTargetVersion() function
92 …csearchDomainRequest& WithTargetVersion(const Aws::String& value) { SetTargetVersion(value); retur… in WithTargetVersion()
97 …lasticsearchDomainRequest& WithTargetVersion(Aws::String&& value) { SetTargetVersion(std::move(val… in WithTargetVersion()
102 …eElasticsearchDomainRequest& WithTargetVersion(const char* value) { SetTargetVersion(value); retur… in WithTargetVersion()
H A DUpgradeElasticsearchDomainResult.h71 inline void SetTargetVersion(const Aws::String& value) { m_targetVersion = value; } in SetTargetVersion() function
76 inline void SetTargetVersion(Aws::String&& value) { m_targetVersion = std::move(value); } in SetTargetVersion() function
81 inline void SetTargetVersion(const char* value) { m_targetVersion.assign(value); } in SetTargetVersion() function
86 …icsearchDomainResult& WithTargetVersion(const Aws::String& value) { SetTargetVersion(value); retur… in WithTargetVersion()
91 …ElasticsearchDomainResult& WithTargetVersion(Aws::String&& value) { SetTargetVersion(std::move(val… in WithTargetVersion()
96 …deElasticsearchDomainResult& WithTargetVersion(const char* value) { SetTargetVersion(value); retur… in WithTargetVersion()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codedeploy/include/aws/codedeploy/model/
H A DLambdaFunctionInfo.h196 …inline void SetTargetVersion(const Aws::String& value) { m_targetVersionHasBeenSet = true; m_targe… in SetTargetVersion() function
202 …inline void SetTargetVersion(Aws::String&& value) { m_targetVersionHasBeenSet = true; m_targetVers… in SetTargetVersion() function
208 …inline void SetTargetVersion(const char* value) { m_targetVersionHasBeenSet = true; m_targetVersio… in SetTargetVersion() function
214 …inline LambdaFunctionInfo& WithTargetVersion(const Aws::String& value) { SetTargetVersion(value); … in WithTargetVersion()
220 …inline LambdaFunctionInfo& WithTargetVersion(Aws::String&& value) { SetTargetVersion(std::move(val… in WithTargetVersion()
226 …inline LambdaFunctionInfo& WithTargetVersion(const char* value) { SetTargetVersion(value); return … in WithTargetVersion()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opensearch/include/aws/opensearch/model/
H A DUpgradeDomainRequest.h78 …inline void SetTargetVersion(const Aws::String& value) { m_targetVersionHasBeenSet = true; m_targe… in SetTargetVersion() function
83 …inline void SetTargetVersion(Aws::String&& value) { m_targetVersionHasBeenSet = true; m_targetVers… in SetTargetVersion() function
88 …inline void SetTargetVersion(const char* value) { m_targetVersionHasBeenSet = true; m_targetVersio… in SetTargetVersion() function
93 …inline UpgradeDomainRequest& WithTargetVersion(const Aws::String& value) { SetTargetVersion(value)… in WithTargetVersion()
98 …inline UpgradeDomainRequest& WithTargetVersion(Aws::String&& value) { SetTargetVersion(std::move(v… in WithTargetVersion()
103 …inline UpgradeDomainRequest& WithTargetVersion(const char* value) { SetTargetVersion(value); retur… in WithTargetVersion()
H A DUpgradeDomainResult.h94 inline void SetTargetVersion(const Aws::String& value) { m_targetVersion = value; } in SetTargetVersion() function
99 inline void SetTargetVersion(Aws::String&& value) { m_targetVersion = std::move(value); } in SetTargetVersion() function
104 inline void SetTargetVersion(const char* value) { m_targetVersion.assign(value); } in SetTargetVersion() function
109 …inline UpgradeDomainResult& WithTargetVersion(const Aws::String& value) { SetTargetVersion(value);… in WithTargetVersion()
114 …inline UpgradeDomainResult& WithTargetVersion(Aws::String&& value) { SetTargetVersion(std::move(va… in WithTargetVersion()
119 …inline UpgradeDomainResult& WithTargetVersion(const char* value) { SetTargetVersion(value); return… in WithTargetVersion()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-config/include/aws/config/model/
H A DRemediationConfiguration.h187 …inline void SetTargetVersion(const Aws::String& value) { m_targetVersionHasBeenSet = true; m_targe… in SetTargetVersion() function
195 …inline void SetTargetVersion(Aws::String&& value) { m_targetVersionHasBeenSet = true; m_targetVers… in SetTargetVersion() function
203 …inline void SetTargetVersion(const char* value) { m_targetVersionHasBeenSet = true; m_targetVersio… in SetTargetVersion() function
211 …inline RemediationConfiguration& WithTargetVersion(const Aws::String& value) { SetTargetVersion(va… in WithTargetVersion()
219 …inline RemediationConfiguration& WithTargetVersion(Aws::String&& value) { SetTargetVersion(std::mo… in WithTargetVersion()
227 …inline RemediationConfiguration& WithTargetVersion(const char* value) { SetTargetVersion(value); r… in WithTargetVersion()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DGetManagedPrefixListEntriesRequest.h129 …inline void SetTargetVersion(long long value) { m_targetVersionHasBeenSet = true; m_targetVersion … in SetTargetVersion() function
135 …nagedPrefixListEntriesRequest& WithTargetVersion(long long value) { SetTargetVersion(value); retur… in WithTargetVersion()
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go6176 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
6222 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go6176 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
6222 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go6329 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
6375 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go6289 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
6335 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go6329 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp…
6375 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu…
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go6967 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
7013 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/elasticsearchservice/
H A Dapi.go8808 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
8854 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/elasticsearchservice/
H A Dapi.go10539 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
10585 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go10539 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
10585 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go10539 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
10585 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go10539 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
10585 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go11348 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
11394 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go11371 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
11417 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go12248 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
12294 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go12175 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
12221 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go12248 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
12294 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/opensearchservice/
H A Dapi.go13644 func (s *UpgradeDomainInput) SetTargetVersion(v string) *UpgradeDomainInput { func
13718 func (s *UpgradeDomainOutput) SetTargetVersion(v string) *UpgradeDomainOutput { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go12175 func (s *UpgradeElasticsearchDomainInput) SetTargetVersion(v string) *UpgradeElasticsearchDomainInp… func
12221 func (s *UpgradeElasticsearchDomainOutput) SetTargetVersion(v string) *UpgradeElasticsearchDomainOu… func

12345