| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfigResponse |
VpcConfigResponse.clone() |
VpcConfigResponse |
Cluster.getResourcesVpcConfig()
The VPC configuration used by the cluster control plane.
|
VpcConfigResponse |
VpcConfigResponse.withClusterSecurityGroupId(String clusterSecurityGroupId)
The cluster security group that was created by Amazon EKS for the cluster.
|
VpcConfigResponse |
VpcConfigResponse.withEndpointPrivateAccess(Boolean endpointPrivateAccess)
This parameter indicates whether the Amazon EKS private API server endpoint is enabled.
|
VpcConfigResponse |
VpcConfigResponse.withEndpointPublicAccess(Boolean endpointPublicAccess)
Whether the public API server endpoint is enabled.
|
VpcConfigResponse |
VpcConfigResponse.withPublicAccessCidrs(Collection<String> publicAccessCidrs)
The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint.
|
VpcConfigResponse |
VpcConfigResponse.withPublicAccessCidrs(String... publicAccessCidrs)
The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint.
|
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 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 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 configuration used by the cluster control plane.
|
Cluster |
Cluster.withResourcesVpcConfig(VpcConfigResponse resourcesVpcConfig)
The VPC configuration used by the cluster control plane.
|
Copyright © 2023. All rights reserved.