| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static IpPreference |
IpPreference.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IpPreference |
DnsServiceDiscovery.ipPreference()
The preferred IP version that this virtual node uses.
|
IpPreference |
AwsCloudMapServiceDiscovery.ipPreference()
The preferred IP version that this virtual node uses.
|
IpPreference |
MeshServiceDiscovery.ipPreference()
The IP version to use to control traffic within the mesh.
|
static IpPreference |
IpPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpPreference[] |
IpPreference.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<IpPreference> |
IpPreference.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DnsServiceDiscovery.Builder |
DnsServiceDiscovery.Builder.ipPreference(IpPreference ipPreference)
The preferred IP version that this virtual node uses.
|
AwsCloudMapServiceDiscovery.Builder |
AwsCloudMapServiceDiscovery.Builder.ipPreference(IpPreference ipPreference)
The preferred IP version that this virtual node uses.
|
MeshServiceDiscovery.Builder |
MeshServiceDiscovery.Builder.ipPreference(IpPreference ipPreference)
The IP version to use to control traffic within the mesh.
|
Copyright © 2023. All rights reserved.