Home
last modified time | relevance | path

Searched refs:JobFlowInstancesConfig (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticmapreduce/include/aws/elasticmapreduce/model/
H A DJobFlowInstancesConfig.h40 class AWS_EMR_API JobFlowInstancesConfig
43 JobFlowInstancesConfig();
44 JobFlowInstancesConfig(Aws::Utils::Json::JsonView jsonValue);
45 JobFlowInstancesConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
149 …inline JobFlowInstancesConfig& WithInstanceCount(int value) { SetInstanceCount(value); return *thi… in WithInstanceCount()
292 …inline JobFlowInstancesConfig& WithEc2KeyName(const Aws::String& value) { SetEc2KeyName(value); re… in WithEc2KeyName()
304 …inline JobFlowInstancesConfig& WithEc2KeyName(const char* value) { SetEc2KeyName(value); return *t… in WithEc2KeyName()
330 …inline JobFlowInstancesConfig& WithPlacement(const PlacementType& value) { SetPlacement(value); re… in WithPlacement()
482 …inline JobFlowInstancesConfig& WithHadoopVersion(const char* value) { SetHadoopVersion(value); ret… in WithHadoopVersion()
537 …inline JobFlowInstancesConfig& WithEc2SubnetId(const Aws::String& value) { SetEc2SubnetId(value); … in WithEc2SubnetId()
[all …]
H A DRunJobFlowRequest.h399 inline const JobFlowInstancesConfig& GetInstances() const{ return m_instances; } in GetInstances()
409 …inline void SetInstances(const JobFlowInstancesConfig& value) { m_instancesHasBeenSet = true; m_in… in SetInstances()
414 …inline void SetInstances(JobFlowInstancesConfig&& value) { m_instancesHasBeenSet = true; m_instanc… in SetInstances()
419 …inline RunJobFlowRequest& WithInstances(const JobFlowInstancesConfig& value) { SetInstances(value)… in WithInstances()
424 …inline RunJobFlowRequest& WithInstances(JobFlowInstancesConfig&& value) { SetInstances(std::move(v… in WithInstances()
1758 JobFlowInstancesConfig m_instances;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticmapreduce/source/model/
H A DJobFlowInstancesConfig.cpp21 JobFlowInstancesConfig::JobFlowInstancesConfig() : in JobFlowInstancesConfig() function in Aws::EMR::Model::JobFlowInstancesConfig
45 JobFlowInstancesConfig::JobFlowInstancesConfig(JsonView jsonValue) : in JobFlowInstancesConfig() function in Aws::EMR::Model::JobFlowInstancesConfig
70 JobFlowInstancesConfig& JobFlowInstancesConfig::operator =(JsonView jsonValue) in operator =()
209 JsonValue JobFlowInstancesConfig::Jsonize() const in Jsonize()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go7183 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7189 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7195 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7213 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7219 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
7237 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
7243 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
7249 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
7255 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
7261 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go7262 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7268 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7274 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7292 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7298 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
7316 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
7322 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
7328 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
7334 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
7340 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go7600 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7606 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7612 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7630 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7636 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
7654 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
7660 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
7666 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
7672 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
7678 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/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/emr/
H A Dapi.go7959 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7965 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7971 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7989 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7995 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
8013 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
8019 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
8025 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
8031 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
8037 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go7146 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7152 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7158 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7176 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7182 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
7200 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
7206 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
7212 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
7218 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
7224 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go7216 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7222 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7228 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7246 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7252 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
7270 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
7276 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
7282 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
7288 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
7294 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go7785 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7791 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7797 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7815 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7821 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
7839 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
7845 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
7851 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
7857 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
7863 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go7959 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7965 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7971 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7989 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7995 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
8013 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
8019 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
8025 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
8031 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
8037 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go7600 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7606 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7612 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7630 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7636 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
7654 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
7660 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
7666 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
7672 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
7678 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/emr/
H A Dapi.go7163 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7169 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7175 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7193 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7199 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
7217 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
7223 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
7229 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
7235 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
7241 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go7785 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
7791 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
7797 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
7815 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
7821 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
7839 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
7845 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
7851 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
7857 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
7863 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/emr/
H A Dapi.go8395 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
8401 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
8407 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
8425 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
8431 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
8449 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
8455 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
8461 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
8467 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
8473 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go8395 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
8401 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
8407 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
8425 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
8431 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
8449 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
8455 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
8461 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
8467 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
8473 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go8367 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
8373 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
8379 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
8397 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
8403 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
8421 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
8427 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
8433 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
8439 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
8445 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/EMR/
H A DJobFlowInstancesConfig.pm1 package Paws::EMR::JobFlowInstancesConfig {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go8920 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
8926 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
8932 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
8950 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
8956 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
8974 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
8980 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
8986 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
8992 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
8998 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go10529 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
10535 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
10541 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
10559 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
10565 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
10583 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
10589 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
10595 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
10601 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
10607 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go10529 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
10535 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
10541 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
10559 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
10565 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
10583 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
10589 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
10595 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
10601 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
10607 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go10529 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
10535 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
10541 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
10559 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
10565 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
10583 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
10589 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
10595 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
10601 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
10607 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go10450 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
10456 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
10462 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
10480 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
10486 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
10504 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
10510 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
10516 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
10522 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
10528 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go10925 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
10931 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
10937 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
10955 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
10961 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
10979 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
10985 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
10991 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
10997 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
11003 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/emr/
H A Dapi.go10450 func (s *JobFlowInstancesConfig) SetEc2KeyName(v string) *JobFlowInstancesConfig { argument
10456 func (s *JobFlowInstancesConfig) SetEc2SubnetId(v string) *JobFlowInstancesConfig { argument
10462 func (s *JobFlowInstancesConfig) SetEc2SubnetIds(v []*string) *JobFlowInstancesConfig { argument
10480 func (s *JobFlowInstancesConfig) SetHadoopVersion(v string) *JobFlowInstancesConfig { argument
10486 func (s *JobFlowInstancesConfig) SetInstanceCount(v int64) *JobFlowInstancesConfig { argument
10504 func (s *JobFlowInstancesConfig) SetKeepJobFlowAliveWhenNoSteps(v bool) *JobFlowInstancesConfig { argument
10510 func (s *JobFlowInstancesConfig) SetMasterInstanceType(v string) *JobFlowInstancesConfig { argument
10516 func (s *JobFlowInstancesConfig) SetPlacement(v *PlacementType) *JobFlowInstancesConfig { argument
10522 func (s *JobFlowInstancesConfig) SetServiceAccessSecurityGroup(v string) *JobFlowInstancesConfig { argument
10528 func (s *JobFlowInstancesConfig) SetSlaveInstanceType(v string) *JobFlowInstancesConfig { argument
[all …]

123