| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfigRequest |
VpcConfigRequest.clone() |
VpcConfigRequest |
UpdateClusterConfigRequest.getResourcesVpcConfig() |
VpcConfigRequest |
CreateClusterRequest.getResourcesVpcConfig()
The VPC configuration that's used by the cluster control plane.
|
VpcConfigRequest |
VpcConfigRequest.withEndpointPrivateAccess(Boolean endpointPrivateAccess)
Set this value to
true to enable private access for your cluster's Kubernetes API server endpoint. |
VpcConfigRequest |
VpcConfigRequest.withEndpointPublicAccess(Boolean endpointPublicAccess)
Set this value to
false to disable public access to your cluster's Kubernetes API server endpoint. |
VpcConfigRequest |
VpcConfigRequest.withPublicAccessCidrs(Collection<String> publicAccessCidrs)
The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint.
|
VpcConfigRequest |
VpcConfigRequest.withPublicAccessCidrs(String... publicAccessCidrs)
The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint.
|
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 that allow communication between your 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 that allow communication between your nodes and the Kubernetes control plane.
|
VpcConfigRequest |
VpcConfigRequest.withSubnetIds(Collection<String> subnetIds)
Specify subnets for your Amazon EKS nodes.
|
VpcConfigRequest |
VpcConfigRequest.withSubnetIds(String... subnetIds)
Specify subnets for your Amazon EKS nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateClusterConfigRequest.setResourcesVpcConfig(VpcConfigRequest resourcesVpcConfig) |
void |
CreateClusterRequest.setResourcesVpcConfig(VpcConfigRequest resourcesVpcConfig)
The VPC configuration that's used by the cluster control plane.
|
UpdateClusterConfigRequest |
UpdateClusterConfigRequest.withResourcesVpcConfig(VpcConfigRequest resourcesVpcConfig) |
CreateClusterRequest |
CreateClusterRequest.withResourcesVpcConfig(VpcConfigRequest resourcesVpcConfig)
The VPC configuration that's used by the cluster control plane.
|
Copyright © 2024. All rights reserved.