| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfigRequest |
VpcConfigRequest.clone() |
VpcConfigRequest |
CreateClusterRequest.getResourcesVpcConfig()
The VPC subnets and security groups used by the cluster control plane.
|
VpcConfigRequest |
VpcConfigRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to
use to allow communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigRequest |
VpcConfigRequest.withSecurityGroupIds(String... securityGroupIds)
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to
use to allow communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigRequest |
VpcConfigRequest.withSubnetIds(Collection<String> subnetIds)
Specify subnets for your Amazon EKS worker nodes.
|
VpcConfigRequest |
VpcConfigRequest.withSubnetIds(String... subnetIds)
Specify subnets for your Amazon EKS worker nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateClusterRequest.setResourcesVpcConfig(VpcConfigRequest resourcesVpcConfig)
The VPC subnets and security groups used by the cluster control plane.
|
CreateClusterRequest |
CreateClusterRequest.withResourcesVpcConfig(VpcConfigRequest resourcesVpcConfig)
The VPC subnets and security groups used by the cluster control plane.
|
Copyright © 2018. All rights reserved.