| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfigResponse |
VpcConfigResponse.clone() |
VpcConfigResponse |
Cluster.getResourcesVpcConfig()
The VPC subnets and security groups used by the cluster control plane.
|
VpcConfigResponse |
VpcConfigResponse.withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigResponse |
VpcConfigResponse.withSecurityGroupIds(String... securityGroupIds)
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
|
VpcConfigResponse |
VpcConfigResponse.withSubnetIds(Collection<String> subnetIds)
The subnets associated with your cluster.
|
VpcConfigResponse |
VpcConfigResponse.withSubnetIds(String... subnetIds)
The subnets associated with your cluster.
|
VpcConfigResponse |
VpcConfigResponse.withVpcId(String vpcId)
The VPC associated with your cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setResourcesVpcConfig(VpcConfigResponse resourcesVpcConfig)
The VPC subnets and security groups used by the cluster control plane.
|
Cluster |
Cluster.withResourcesVpcConfig(VpcConfigResponse resourcesVpcConfig)
The VPC subnets and security groups used by the cluster control plane.
|
Copyright © 2018. All rights reserved.