| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static IpPreference |
IpPreference.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DnsServiceDiscovery |
DnsServiceDiscovery.withIpPreference(IpPreference ipPreference)
The preferred IP version that this virtual node uses.
|
AwsCloudMapServiceDiscovery |
AwsCloudMapServiceDiscovery.withIpPreference(IpPreference ipPreference)
The preferred IP version that this virtual node uses.
|
MeshServiceDiscovery |
MeshServiceDiscovery.withIpPreference(IpPreference ipPreference)
The IP version to use to control traffic within the mesh.
|
Copyright © 2023. All rights reserved.