Uses of Class
software.amazon.awssdk.services.eks.model.IpFamily
-
Packages that use IpFamily Package Description software.amazon.awssdk.services.eks.model -
-
Uses of IpFamily in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return IpFamily Modifier and Type Method Description static IpFamilyIpFamily. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpFamilyKubernetesNetworkConfigRequest. ipFamily()Specify which IP family is used to assign Kubernetes pod and service IP addresses.IpFamilyKubernetesNetworkConfigResponse. ipFamily()The IP family used to assign Kubernetes pod and service IP addresses.static IpFamilyIpFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static IpFamily[]IpFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type IpFamily Modifier and Type Method Description static Set<IpFamily>IpFamily. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type IpFamily Modifier and Type Method Description KubernetesNetworkConfigRequest.BuilderKubernetesNetworkConfigRequest.Builder. ipFamily(IpFamily ipFamily)Specify which IP family is used to assign Kubernetes pod and service IP addresses.KubernetesNetworkConfigResponse.BuilderKubernetesNetworkConfigResponse.Builder. ipFamily(IpFamily ipFamily)The IP family used to assign Kubernetes pod and service IP addresses.
-