| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static IpFamily |
IpFamily.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IpFamily |
KubernetesNetworkConfigRequest.ipFamily()
Specify which IP family is used to assign Kubernetes pod and service IP addresses.
|
IpFamily |
KubernetesNetworkConfigResponse.ipFamily()
The IP family used to assign Kubernetes pod and service IP addresses.
|
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 |
|---|---|
static Set<IpFamily> |
IpFamily.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesNetworkConfigRequest.Builder |
KubernetesNetworkConfigRequest.Builder.ipFamily(IpFamily ipFamily)
Specify which IP family is used to assign Kubernetes pod and service IP addresses.
|
KubernetesNetworkConfigResponse.Builder |
KubernetesNetworkConfigResponse.Builder.ipFamily(IpFamily ipFamily)
The IP family used to assign Kubernetes pod and service IP addresses.
|
Copyright © 2023. All rights reserved.