Uses of Class
software.amazon.awssdk.services.eks.model.VpcConfigRequest
-
Packages that use VpcConfigRequest Package Description software.amazon.awssdk.services.eks.model -
-
Uses of VpcConfigRequest in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return VpcConfigRequest Modifier and Type Method Description VpcConfigRequestCreateClusterRequest. resourcesVpcConfig()The VPC configuration that's used by the cluster control plane.VpcConfigRequestUpdateClusterConfigRequest. resourcesVpcConfig()Returns the value of the ResourcesVpcConfig property for this object.Methods in software.amazon.awssdk.services.eks.model with parameters of type VpcConfigRequest Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. resourcesVpcConfig(VpcConfigRequest resourcesVpcConfig)The VPC configuration that's used by the cluster control plane.UpdateClusterConfigRequest.BuilderUpdateClusterConfigRequest.Builder. resourcesVpcConfig(VpcConfigRequest resourcesVpcConfig)Sets the value of the ResourcesVpcConfig property for this object.
-