Uses of Class
software.amazon.awssdk.services.appmesh.model.IpPreference
-
Packages that use IpPreference Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of IpPreference in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return IpPreference Modifier and Type Method Description static IpPreferenceIpPreference. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpPreferenceAwsCloudMapServiceDiscovery. ipPreference()The preferred IP version that this virtual node uses.IpPreferenceDnsServiceDiscovery. ipPreference()The preferred IP version that this virtual node uses.IpPreferenceMeshServiceDiscovery. ipPreference()The IP version to use to control traffic within the mesh.static IpPreferenceIpPreference. 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.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type IpPreference Modifier and Type Method Description static Set<IpPreference>IpPreference. knownValues()Methods in software.amazon.awssdk.services.appmesh.model with parameters of type IpPreference Modifier and Type Method Description AwsCloudMapServiceDiscovery.BuilderAwsCloudMapServiceDiscovery.Builder. ipPreference(IpPreference ipPreference)The preferred IP version that this virtual node uses.DnsServiceDiscovery.BuilderDnsServiceDiscovery.Builder. ipPreference(IpPreference ipPreference)The preferred IP version that this virtual node uses.MeshServiceDiscovery.BuilderMeshServiceDiscovery.Builder. ipPreference(IpPreference ipPreference)The IP version to use to control traffic within the mesh.
-