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