Home
last modified time | relevance | path

Searched refs:LaunchTemplateSpecification (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-batch/include/aws/batch/model/
H A DLaunchTemplateSpecification.h38 class AWS_BATCH_API LaunchTemplateSpecification
41 LaunchTemplateSpecification();
42 LaunchTemplateSpecification(Aws::Utils::Json::JsonView jsonValue);
43 LaunchTemplateSpecification& operator=(Aws::Utils::Json::JsonView jsonValue);
75 …inline LaunchTemplateSpecification& WithLaunchTemplateId(const Aws::String& value) { SetLaunchTemp… in WithLaunchTemplateId()
85 …inline LaunchTemplateSpecification& WithLaunchTemplateId(const char* value) { SetLaunchTemplateId(… in WithLaunchTemplateId()
116 …inline LaunchTemplateSpecification& WithLaunchTemplateName(const Aws::String& value) { SetLaunchTe… in WithLaunchTemplateName()
126 …inline LaunchTemplateSpecification& WithLaunchTemplateName(const char* value) { SetLaunchTemplateN… in WithLaunchTemplateName()
211 …inline LaunchTemplateSpecification& WithVersion(const Aws::String& value) { SetVersion(value); ret… in WithVersion()
225 …inline LaunchTemplateSpecification& WithVersion(Aws::String&& value) { SetVersion(std::move(value)… in WithVersion()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-eks/include/aws/eks/model/
H A DLaunchTemplateSpecification.h50 class AWS_EKS_API LaunchTemplateSpecification
53 LaunchTemplateSpecification();
54 LaunchTemplateSpecification(Aws::Utils::Json::JsonView jsonValue);
55 LaunchTemplateSpecification& operator=(Aws::Utils::Json::JsonView jsonValue);
87 …inline LaunchTemplateSpecification& WithName(const Aws::String& value) { SetName(value); return *t… in WithName()
92 …inline LaunchTemplateSpecification& WithName(Aws::String&& value) { SetName(std::move(value)); ret… in WithName()
97 inline LaunchTemplateSpecification& WithName(const char* value) { SetName(value); return *this;} in WithName()
146 …inline LaunchTemplateSpecification& WithVersion(const char* value) { SetVersion(value); return *th… in WithVersion()
177 …inline LaunchTemplateSpecification& WithId(const Aws::String& value) { SetId(value); return *this;} in WithId()
182 …inline LaunchTemplateSpecification& WithId(Aws::String&& value) { SetId(std::move(value)); return … in WithId()
[all …]
H A DUpdateNodegroupVersionRequest.h358 inline const LaunchTemplateSpecification& GetLaunchTemplate() const{ return m_launchTemplate; } in GetLaunchTemplate()
372 …inline void SetLaunchTemplate(const LaunchTemplateSpecification& value) { m_launchTemplateHasBeenS… in SetLaunchTemplate()
379 …inline void SetLaunchTemplate(LaunchTemplateSpecification&& value) { m_launchTemplateHasBeenSet = … in SetLaunchTemplate()
386 …inline UpdateNodegroupVersionRequest& WithLaunchTemplate(const LaunchTemplateSpecification& value)… in WithLaunchTemplate()
393 …inline UpdateNodegroupVersionRequest& WithLaunchTemplate(LaunchTemplateSpecification&& value) { Se… in WithLaunchTemplate()
491 LaunchTemplateSpecification m_launchTemplate;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DLaunchTemplateSpecification.h32 class AWS_EC2_API LaunchTemplateSpecification
35 LaunchTemplateSpecification();
36 LaunchTemplateSpecification(const Aws::Utils::Xml::XmlNode& xmlNode);
37 LaunchTemplateSpecification& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
71 …inline LaunchTemplateSpecification& WithLaunchTemplateId(const Aws::String& value) { SetLaunchTemp… in WithLaunchTemplateId()
81 …inline LaunchTemplateSpecification& WithLaunchTemplateId(const char* value) { SetLaunchTemplateId(… in WithLaunchTemplateId()
112 …inline LaunchTemplateSpecification& WithLaunchTemplateName(const Aws::String& value) { SetLaunchTe… in WithLaunchTemplateName()
122 …inline LaunchTemplateSpecification& WithLaunchTemplateName(const char* value) { SetLaunchTemplateN… in WithLaunchTemplateName()
159 …inline LaunchTemplateSpecification& WithVersion(const Aws::String& value) { SetVersion(value); ret… in WithVersion()
165 …inline LaunchTemplateSpecification& WithVersion(Aws::String&& value) { SetVersion(std::move(value)… in WithVersion()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-gamelift/include/aws/gamelift/model/
H A DLaunchTemplateSpecification.h35 class AWS_GAMELIFT_API LaunchTemplateSpecification
38 LaunchTemplateSpecification();
39 LaunchTemplateSpecification(Aws::Utils::Json::JsonView jsonValue);
40 LaunchTemplateSpecification& operator=(Aws::Utils::Json::JsonView jsonValue);
72 …inline LaunchTemplateSpecification& WithLaunchTemplateId(const Aws::String& value) { SetLaunchTemp… in WithLaunchTemplateId()
82 …inline LaunchTemplateSpecification& WithLaunchTemplateId(const char* value) { SetLaunchTemplateId(… in WithLaunchTemplateId()
113 …inline LaunchTemplateSpecification& WithLaunchTemplateName(const Aws::String& value) { SetLaunchTe… in WithLaunchTemplateName()
123 …inline LaunchTemplateSpecification& WithLaunchTemplateName(const char* value) { SetLaunchTemplateN… in WithLaunchTemplateName()
172 …inline LaunchTemplateSpecification& WithVersion(const Aws::String& value) { SetVersion(value); ret… in WithVersion()
180 …inline LaunchTemplateSpecification& WithVersion(Aws::String&& value) { SetVersion(std::move(value)… in WithVersion()
[all …]
H A DCreateGameServerGroupRequest.h250 inline const LaunchTemplateSpecification& GetLaunchTemplate() const{ return m_launchTemplate; } in GetLaunchTemplate()
282 …inline void SetLaunchTemplate(const LaunchTemplateSpecification& value) { m_launchTemplateHasBeenS… in SetLaunchTemplate()
298 …inline void SetLaunchTemplate(LaunchTemplateSpecification&& value) { m_launchTemplateHasBeenSet = … in SetLaunchTemplate()
314 …inline CreateGameServerGroupRequest& WithLaunchTemplate(const LaunchTemplateSpecification& value) … in WithLaunchTemplate()
330 …inline CreateGameServerGroupRequest& WithLaunchTemplate(LaunchTemplateSpecification&& value) { Set… in WithLaunchTemplate()
918 LaunchTemplateSpecification m_launchTemplate;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-autoscaling/include/aws/autoscaling/model/
H A DLaunchTemplateSpecification.h36 class AWS_AUTOSCALING_API LaunchTemplateSpecification
39 LaunchTemplateSpecification();
40 LaunchTemplateSpecification(const Aws::Utils::Xml::XmlNode& xmlNode);
41 LaunchTemplateSpecification& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
105 …inline LaunchTemplateSpecification& WithLaunchTemplateId(const Aws::String& value) { SetLaunchTemp… in WithLaunchTemplateId()
125 …inline LaunchTemplateSpecification& WithLaunchTemplateId(const char* value) { SetLaunchTemplateId(… in WithLaunchTemplateId()
192 …inline LaunchTemplateSpecification& WithLaunchTemplateName(const Aws::String& value) { SetLaunchTe… in WithLaunchTemplateName()
214 …inline LaunchTemplateSpecification& WithLaunchTemplateName(const char* value) { SetLaunchTemplateN… in WithLaunchTemplateName()
305 …inline LaunchTemplateSpecification& WithVersion(const Aws::String& value) { SetVersion(value); ret… in WithVersion()
320 …inline LaunchTemplateSpecification& WithVersion(Aws::String&& value) { SetVersion(std::move(value)… in WithVersion()
[all …]
H A DDesiredConfiguration.h47 inline const LaunchTemplateSpecification& GetLaunchTemplate() const{ return m_launchTemplate; } in GetLaunchTemplate()
53 …inline void SetLaunchTemplate(const LaunchTemplateSpecification& value) { m_launchTemplateHasBeenS… in SetLaunchTemplate()
56 …inline void SetLaunchTemplate(LaunchTemplateSpecification&& value) { m_launchTemplateHasBeenSet = … in SetLaunchTemplate()
59 …inline DesiredConfiguration& WithLaunchTemplate(const LaunchTemplateSpecification& value) { SetLau… in WithLaunchTemplate()
62 …inline DesiredConfiguration& WithLaunchTemplate(LaunchTemplateSpecification&& value) { SetLaunchTe… in WithLaunchTemplate()
85 LaunchTemplateSpecification m_launchTemplate;
H A DLaunchTemplate.h53 …inline const LaunchTemplateSpecification& GetLaunchTemplateSpecification() const{ return m_launchT… in GetLaunchTemplateSpecification()
63 …inline void SetLaunchTemplateSpecification(const LaunchTemplateSpecification& value) { m_launchTem… in SetLaunchTemplateSpecification()
68 …inline void SetLaunchTemplateSpecification(LaunchTemplateSpecification&& value) { m_launchTemplate… in SetLaunchTemplateSpecification()
73 …inline LaunchTemplate& WithLaunchTemplateSpecification(const LaunchTemplateSpecification& value) {… in WithLaunchTemplateSpecification()
78 …inline LaunchTemplate& WithLaunchTemplateSpecification(LaunchTemplateSpecification&& value) { SetL… in WithLaunchTemplateSpecification()
139 LaunchTemplateSpecification m_launchTemplateSpecification;
H A DLaunchTemplateOverrides.h260 …inline const LaunchTemplateSpecification& GetLaunchTemplateSpecification() const{ return m_launchT… in GetLaunchTemplateSpecification()
282 …inline void SetLaunchTemplateSpecification(const LaunchTemplateSpecification& value) { m_launchTem… in SetLaunchTemplateSpecification()
293 …inline void SetLaunchTemplateSpecification(LaunchTemplateSpecification&& value) { m_launchTemplate… in SetLaunchTemplateSpecification()
304 …LaunchTemplateOverrides& WithLaunchTemplateSpecification(const LaunchTemplateSpecification& value)… in WithLaunchTemplateSpecification()
315 …inline LaunchTemplateOverrides& WithLaunchTemplateSpecification(LaunchTemplateSpecification&& valu… in WithLaunchTemplateSpecification()
325 LaunchTemplateSpecification m_launchTemplateSpecification;
H A DInstance.h325 inline const LaunchTemplateSpecification& GetLaunchTemplate() const{ return m_launchTemplate; } in GetLaunchTemplate()
335 …inline void SetLaunchTemplate(const LaunchTemplateSpecification& value) { m_launchTemplateHasBeenS… in SetLaunchTemplate()
340 …inline void SetLaunchTemplate(LaunchTemplateSpecification&& value) { m_launchTemplateHasBeenSet = … in SetLaunchTemplate()
345 …inline Instance& WithLaunchTemplate(const LaunchTemplateSpecification& value) { SetLaunchTemplate(… in WithLaunchTemplate()
350 …inline Instance& WithLaunchTemplate(LaunchTemplateSpecification&& value) { SetLaunchTemplate(std::… in WithLaunchTemplate()
446 LaunchTemplateSpecification m_launchTemplate;
H A DAutoScalingInstanceDetails.h470 inline const LaunchTemplateSpecification& GetLaunchTemplate() const{ return m_launchTemplate; } in GetLaunchTemplate()
480 …inline void SetLaunchTemplate(const LaunchTemplateSpecification& value) { m_launchTemplateHasBeenS… in SetLaunchTemplate()
485 …inline void SetLaunchTemplate(LaunchTemplateSpecification&& value) { m_launchTemplateHasBeenSet = … in SetLaunchTemplate()
490 …inline AutoScalingInstanceDetails& WithLaunchTemplate(const LaunchTemplateSpecification& value) { … in WithLaunchTemplate()
495 …inline AutoScalingInstanceDetails& WithLaunchTemplate(LaunchTemplateSpecification&& value) { SetLa… in WithLaunchTemplate()
594 LaunchTemplateSpecification m_launchTemplate;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-batch/source/model/
H A DLaunchTemplateSpecification.cpp21 LaunchTemplateSpecification::LaunchTemplateSpecification() : in LaunchTemplateSpecification() function in Aws::Batch::Model::LaunchTemplateSpecification
28 LaunchTemplateSpecification::LaunchTemplateSpecification(JsonView jsonValue) : in LaunchTemplateSpecification() function in Aws::Batch::Model::LaunchTemplateSpecification
36 LaunchTemplateSpecification& LaunchTemplateSpecification::operator =(JsonView jsonValue) in operator =()
62 JsonValue LaunchTemplateSpecification::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-eks/source/model/
H A DLaunchTemplateSpecification.cpp21 LaunchTemplateSpecification::LaunchTemplateSpecification() : in LaunchTemplateSpecification() function in Aws::EKS::Model::LaunchTemplateSpecification
28 LaunchTemplateSpecification::LaunchTemplateSpecification(JsonView jsonValue) : in LaunchTemplateSpecification() function in Aws::EKS::Model::LaunchTemplateSpecification
36 LaunchTemplateSpecification& LaunchTemplateSpecification::operator =(JsonView jsonValue) in operator =()
62 JsonValue LaunchTemplateSpecification::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-gamelift/source/model/
H A DLaunchTemplateSpecification.cpp21 LaunchTemplateSpecification::LaunchTemplateSpecification() : in LaunchTemplateSpecification() function in Aws::GameLift::Model::LaunchTemplateSpecification
28 LaunchTemplateSpecification::LaunchTemplateSpecification(JsonView jsonValue) : in LaunchTemplateSpecification() function in Aws::GameLift::Model::LaunchTemplateSpecification
36 LaunchTemplateSpecification& LaunchTemplateSpecification::operator =(JsonView jsonValue) in operator =()
62 JsonValue LaunchTemplateSpecification::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DLaunchTemplateSpecification.cpp23 LaunchTemplateSpecification::LaunchTemplateSpecification() : in LaunchTemplateSpecification() function in Aws::EC2::Model::LaunchTemplateSpecification
30 LaunchTemplateSpecification::LaunchTemplateSpecification(const XmlNode& xmlNode) : in LaunchTemplateSpecification() function in Aws::EC2::Model::LaunchTemplateSpecification
38 LaunchTemplateSpecification& LaunchTemplateSpecification::operator =(const XmlNode& xmlNode) in operator =()
67 void LaunchTemplateSpecification::OutputToStream(Aws::OStream& oStream, const char* location, unsig… in OutputToStream()
86 void LaunchTemplateSpecification::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-autoscaling/source/model/
H A DLaunchTemplateSpecification.cpp23 LaunchTemplateSpecification::LaunchTemplateSpecification() : in LaunchTemplateSpecification() function in Aws::AutoScaling::Model::LaunchTemplateSpecification
30 LaunchTemplateSpecification::LaunchTemplateSpecification(const XmlNode& xmlNode) : in LaunchTemplateSpecification() function in Aws::AutoScaling::Model::LaunchTemplateSpecification
38 LaunchTemplateSpecification& LaunchTemplateSpecification::operator =(const XmlNode& xmlNode) in operator =()
67 void LaunchTemplateSpecification::OutputToStream(Aws::OStream& oStream, const char* location, unsig… in OutputToStream()
86 void LaunchTemplateSpecification::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/autoscaling/types/
H A Dtypes.go139 LaunchTemplate *LaunchTemplateSpecification
227 LaunchTemplate *LaunchTemplateSpecification
476 LaunchTemplate *LaunchTemplateSpecification
767 LaunchTemplateSpecification *LaunchTemplateSpecification member
796 LaunchTemplateSpecification *LaunchTemplateSpecification member
821 type LaunchTemplateSpecification struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/autoscaling/types/
H A Dtypes.go139 LaunchTemplate *LaunchTemplateSpecification
227 LaunchTemplate *LaunchTemplateSpecification
476 LaunchTemplate *LaunchTemplateSpecification
767 LaunchTemplateSpecification *LaunchTemplateSpecification member
796 LaunchTemplateSpecification *LaunchTemplateSpecification member
821 type LaunchTemplateSpecification struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/autoscaling/types/
H A Dtypes.go139 LaunchTemplate *LaunchTemplateSpecification
227 LaunchTemplate *LaunchTemplateSpecification
476 LaunchTemplate *LaunchTemplateSpecification
767 LaunchTemplateSpecification *LaunchTemplateSpecification member
796 LaunchTemplateSpecification *LaunchTemplateSpecification member
821 type LaunchTemplateSpecification struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/autoscaling/types/
H A Dtypes.go145 LaunchTemplate *LaunchTemplateSpecification
247 LaunchTemplate *LaunchTemplateSpecification
516 LaunchTemplate *LaunchTemplateSpecification
862 LaunchTemplateSpecification *LaunchTemplateSpecification member
892 LaunchTemplateSpecification *LaunchTemplateSpecification member
917 type LaunchTemplateSpecification struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/autoscaling/types/
H A Dtypes.go145 LaunchTemplate *LaunchTemplateSpecification
247 LaunchTemplate *LaunchTemplateSpecification
516 LaunchTemplate *LaunchTemplateSpecification
862 LaunchTemplateSpecification *LaunchTemplateSpecification member
892 LaunchTemplateSpecification *LaunchTemplateSpecification member
917 type LaunchTemplateSpecification struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/autoscaling/types/
H A Dtypes.go145 LaunchTemplate *LaunchTemplateSpecification
247 LaunchTemplate *LaunchTemplateSpecification
516 LaunchTemplate *LaunchTemplateSpecification
862 LaunchTemplateSpecification *LaunchTemplateSpecification member
892 LaunchTemplateSpecification *LaunchTemplateSpecification member
917 type LaunchTemplateSpecification struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/autoscaling/types/
H A Dtypes.go145 LaunchTemplate *LaunchTemplateSpecification
247 LaunchTemplate *LaunchTemplateSpecification
516 LaunchTemplate *LaunchTemplateSpecification
862 LaunchTemplateSpecification *LaunchTemplateSpecification member
892 LaunchTemplateSpecification *LaunchTemplateSpecification member
917 type LaunchTemplateSpecification struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/autoscaling/types/
H A Dtypes.go155 LaunchTemplate *LaunchTemplateSpecification
262 LaunchTemplate *LaunchTemplateSpecification
373 LaunchTemplate *LaunchTemplateSpecification
607 LaunchTemplate *LaunchTemplateSpecification
977 LaunchTemplateSpecification *LaunchTemplateSpecification member
1009 LaunchTemplateSpecification *LaunchTemplateSpecification member
1034 type LaunchTemplateSpecification struct { struct

12345678910>>...14