Home
last modified time | relevance | path

Searched refs:DeploymentTargets (Results 1 – 25 of 135) sorted by relevance

123456

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/include/aws/cloudformation/model/
H A DDeploymentTargets.h38 class AWS_CLOUDFORMATION_API DeploymentTargets
41 DeploymentTargets();
42 DeploymentTargets(const Aws::Utils::Xml::XmlNode& xmlNode);
43 DeploymentTargets& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
77 …inline DeploymentTargets& WithAccounts(const Aws::Vector<Aws::String>& value) { SetAccounts(value)… in WithAccounts()
83 …inline DeploymentTargets& WithAccounts(Aws::Vector<Aws::String>&& value) { SetAccounts(std::move(v… in WithAccounts()
89 …inline DeploymentTargets& AddAccounts(const Aws::String& value) { m_accountsHasBeenSet = true; m_a… in AddAccounts()
101 …inline DeploymentTargets& AddAccounts(const char* value) { m_accountsHasBeenSet = true; m_accounts… in AddAccounts()
132 …inline DeploymentTargets& WithAccountsUrl(const Aws::String& value) { SetAccountsUrl(value); retur… in WithAccountsUrl()
137 …inline DeploymentTargets& WithAccountsUrl(Aws::String&& value) { SetAccountsUrl(std::move(value));… in WithAccountsUrl()
[all …]
H A DDeleteStackInstancesRequest.h162 inline const DeploymentTargets& GetDeploymentTargets() const{ return m_deploymentTargets; } in GetDeploymentTargets()
176 …inline void SetDeploymentTargets(const DeploymentTargets& value) { m_deploymentTargetsHasBeenSet =… in SetDeploymentTargets()
183 …inline void SetDeploymentTargets(DeploymentTargets&& value) { m_deploymentTargetsHasBeenSet = true… in SetDeploymentTargets()
190 …inline DeleteStackInstancesRequest& WithDeploymentTargets(const DeploymentTargets& value) { SetDep… in WithDeploymentTargets()
197 …inline DeleteStackInstancesRequest& WithDeploymentTargets(DeploymentTargets&& value) { SetDeployme… in WithDeploymentTargets()
515 DeploymentTargets m_deploymentTargets;
H A DUpdateStackInstancesRequest.h184 inline const DeploymentTargets& GetDeploymentTargets() const{ return m_deploymentTargets; } in GetDeploymentTargets()
204 …inline void SetDeploymentTargets(const DeploymentTargets& value) { m_deploymentTargetsHasBeenSet =… in SetDeploymentTargets()
214 …inline void SetDeploymentTargets(DeploymentTargets&& value) { m_deploymentTargetsHasBeenSet = true… in SetDeploymentTargets()
224 …inline UpdateStackInstancesRequest& WithDeploymentTargets(const DeploymentTargets& value) { SetDep… in WithDeploymentTargets()
234 …inline UpdateStackInstancesRequest& WithDeploymentTargets(DeploymentTargets&& value) { SetDeployme… in WithDeploymentTargets()
742 DeploymentTargets m_deploymentTargets;
H A DCreateStackInstancesRequest.h172 inline const DeploymentTargets& GetDeploymentTargets() const{ return m_deploymentTargets; } in GetDeploymentTargets()
186 …inline void SetDeploymentTargets(const DeploymentTargets& value) { m_deploymentTargetsHasBeenSet =… in SetDeploymentTargets()
193 …inline void SetDeploymentTargets(DeploymentTargets&& value) { m_deploymentTargetsHasBeenSet = true… in SetDeploymentTargets()
200 …inline CreateStackInstancesRequest& WithDeploymentTargets(const DeploymentTargets& value) { SetDep… in WithDeploymentTargets()
207 …inline CreateStackInstancesRequest& WithDeploymentTargets(DeploymentTargets&& value) { SetDeployme… in WithDeploymentTargets()
682 DeploymentTargets m_deploymentTargets;
H A DStackSetOperation.h631 inline const DeploymentTargets& GetDeploymentTargets() const{ return m_deploymentTargets; } in GetDeploymentTargets()
643 …inline void SetDeploymentTargets(const DeploymentTargets& value) { m_deploymentTargetsHasBeenSet =… in SetDeploymentTargets()
649 …inline void SetDeploymentTargets(DeploymentTargets&& value) { m_deploymentTargetsHasBeenSet = true… in SetDeploymentTargets()
655 …inline StackSetOperation& WithDeploymentTargets(const DeploymentTargets& value) { SetDeploymentTar… in WithDeploymentTargets()
661 …inline StackSetOperation& WithDeploymentTargets(DeploymentTargets&& value) { SetDeploymentTargets(… in WithDeploymentTargets()
762 DeploymentTargets m_deploymentTargets;
H A DUpdateStackSetRequest.h1287 inline const DeploymentTargets& GetDeploymentTargets() const{ return m_deploymentTargets; } in GetDeploymentTargets()
1317 …inline void SetDeploymentTargets(const DeploymentTargets& value) { m_deploymentTargetsHasBeenSet =… in SetDeploymentTargets()
1332 …inline void SetDeploymentTargets(DeploymentTargets&& value) { m_deploymentTargetsHasBeenSet = true… in SetDeploymentTargets()
1347 …inline UpdateStackSetRequest& WithDeploymentTargets(const DeploymentTargets& value) { SetDeploymen… in WithDeploymentTargets()
1362 …inline UpdateStackSetRequest& WithDeploymentTargets(DeploymentTargets&& value) { SetDeploymentTarg… in WithDeploymentTargets()
2047 DeploymentTargets m_deploymentTargets;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/source/model/
H A DDeploymentTargets.cpp23 DeploymentTargets::DeploymentTargets() : in DeploymentTargets() function in Aws::CloudFormation::Model::DeploymentTargets
30 DeploymentTargets::DeploymentTargets(const XmlNode& xmlNode) : in DeploymentTargets() function in Aws::CloudFormation::Model::DeploymentTargets
38 DeploymentTargets& DeploymentTargets::operator =(const XmlNode& xmlNode) in operator =()
79 void DeploymentTargets::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index,… in OutputToStream()
106 void DeploymentTargets::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudformation/types/
H A Dtypes.go165 type DeploymentTargets struct { struct
1532 DeploymentTargets *DeploymentTargets member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudformation/types/
H A Dtypes.go165 type DeploymentTargets struct { struct
1530 DeploymentTargets *DeploymentTargets member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudformation/types/
H A Dtypes.go165 type DeploymentTargets struct { struct
1530 DeploymentTargets *DeploymentTargets member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudformation/types/
H A Dtypes.go165 type DeploymentTargets struct { struct
1530 DeploymentTargets *DeploymentTargets member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudformation/types/
H A Dtypes.go165 type DeploymentTargets struct { struct
1532 DeploymentTargets *DeploymentTargets member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudformation/types/
H A Dtypes.go165 type DeploymentTargets struct { struct
1533 DeploymentTargets *DeploymentTargets member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudformation/types/
H A Dtypes.go165 type DeploymentTargets struct { struct
1532 DeploymentTargets *DeploymentTargets member
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudformation/
H A Dapi_op_DeleteStackInstances.go76 DeploymentTargets *types.DeploymentTargets member
H A Dapi_op_UpdateStackInstances.go90 DeploymentTargets *types.DeploymentTargets member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudformation/
H A Dapi_op_DeleteStackInstances.go60 DeploymentTargets *types.DeploymentTargets member
H A Dapi_op_CreateStackInstances.go56 DeploymentTargets *types.DeploymentTargets
H A Dapi_op_UpdateStackInstances.go74 DeploymentTargets *types.DeploymentTargets member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudformation/
H A Dapi_op_CreateStackInstances.go56 DeploymentTargets *types.DeploymentTargets member
H A Dapi_op_DeleteStackInstances.go60 DeploymentTargets *types.DeploymentTargets member
H A Dapi_op_UpdateStackInstances.go74 DeploymentTargets *types.DeploymentTargets member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudformation/
H A Dapi_op_DeleteStackInstances.go75 DeploymentTargets *types.DeploymentTargets member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudformation/
H A Dapi_op_CreateStackInstances.go56 DeploymentTargets *types.DeploymentTargets member
H A Dapi_op_DeleteStackInstances.go60 DeploymentTargets *types.DeploymentTargets member

123456