Uses of Class
software.amazon.awssdk.services.eks.model.ElasticLoadBalancing
-
Packages that use ElasticLoadBalancing Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ElasticLoadBalancing in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ElasticLoadBalancing Modifier and Type Method Description ElasticLoadBalancingKubernetesNetworkConfigRequest. elasticLoadBalancing()Request to enable or disable the load balancing capability on your EKS Auto Mode cluster.ElasticLoadBalancingKubernetesNetworkConfigResponse. elasticLoadBalancing()Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster.Methods in software.amazon.awssdk.services.eks.model with parameters of type ElasticLoadBalancing Modifier and Type Method Description KubernetesNetworkConfigRequest.BuilderKubernetesNetworkConfigRequest.Builder. elasticLoadBalancing(ElasticLoadBalancing elasticLoadBalancing)Request to enable or disable the load balancing capability on your EKS Auto Mode cluster.KubernetesNetworkConfigResponse.BuilderKubernetesNetworkConfigResponse.Builder. elasticLoadBalancing(ElasticLoadBalancing elasticLoadBalancing)Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster.
-