Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GeoMatchLevel
-
Packages that use GeoMatchLevel Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of GeoMatchLevel in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return GeoMatchLevel Modifier and Type Method Description static GeoMatchLevelGeoMatchLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GeoMatchLevelCreateProxySessionRequest. geoMatchLevel()The preference for matching the country or area code of the proxy phone number with that of the first participant.GeoMatchLevelProxySession. geoMatchLevel()The preference for matching the country or area code of the proxy phone number with that of the first participant.static GeoMatchLevelGeoMatchLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoMatchLevel[]GeoMatchLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type GeoMatchLevel Modifier and Type Method Description static Set<GeoMatchLevel>GeoMatchLevel. knownValues()Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type GeoMatchLevel Modifier and Type Method Description CreateProxySessionRequest.BuilderCreateProxySessionRequest.Builder. geoMatchLevel(GeoMatchLevel geoMatchLevel)The preference for matching the country or area code of the proxy phone number with that of the first participant.ProxySession.BuilderProxySession.Builder. geoMatchLevel(GeoMatchLevel geoMatchLevel)The preference for matching the country or area code of the proxy phone number with that of the first participant.
-