| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static IpFamily |
IpFamily.fromValue(String value)
Use this in place of valueOf.
|
static IpFamily |
IpFamily.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.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesNetworkConfigRequest |
KubernetesNetworkConfigRequest.withIpFamily(IpFamily ipFamily)
Specify which IP family is used to assign Kubernetes pod and service IP addresses.
|
KubernetesNetworkConfigResponse |
KubernetesNetworkConfigResponse.withIpFamily(IpFamily ipFamily)
The IP family used to assign Kubernetes
Pod and Service objects IP addresses. |
Copyright © 2024. All rights reserved.