Uses of Interface
software.amazon.awssdk.services.chimesdkvoice.model.GeoMatchParams.Builder
-
Packages that use GeoMatchParams.Builder Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of GeoMatchParams.Builder in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return GeoMatchParams.Builder Modifier and Type Method Description GeoMatchParams.BuilderGeoMatchParams.Builder. areaCode(String areaCode)The area code.static GeoMatchParams.BuilderGeoMatchParams. builder()GeoMatchParams.BuilderGeoMatchParams.Builder. country(String country)The country.GeoMatchParams.BuilderGeoMatchParams. toBuilder()Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type GeoMatchParams.Builder Modifier and Type Method Description static Class<? extends GeoMatchParams.Builder>GeoMatchParams. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkvoice.model with type arguments of type GeoMatchParams.Builder Modifier and Type Method Description default CreateProxySessionRequest.BuilderCreateProxySessionRequest.Builder. geoMatchParams(Consumer<GeoMatchParams.Builder> geoMatchParams)The country and area code for the proxy phone number.default ProxySession.BuilderProxySession.Builder. geoMatchParams(Consumer<GeoMatchParams.Builder> geoMatchParams)The country and area code for the proxy phone number.
-