Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.ValidateE911AddressResponse
-
Packages that use ValidateE911AddressResponse Package Description software.amazon.awssdk.services.chimesdkvoice The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications. -
-
Uses of ValidateE911AddressResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return ValidateE911AddressResponse Modifier and Type Method Description default ValidateE911AddressResponseChimeSdkVoiceClient. validateE911Address(Consumer<ValidateE911AddressRequest.Builder> validateE911AddressRequest)Validates an address to be used for 911 calls made with Amazon Chime SDK Voice Connectors.default ValidateE911AddressResponseChimeSdkVoiceClient. validateE911Address(ValidateE911AddressRequest validateE911AddressRequest)Validates an address to be used for 911 calls made with Amazon Chime SDK Voice Connectors.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type ValidateE911AddressResponse Modifier and Type Method Description default CompletableFuture<ValidateE911AddressResponse>ChimeSdkVoiceAsyncClient. validateE911Address(Consumer<ValidateE911AddressRequest.Builder> validateE911AddressRequest)Validates an address to be used for 911 calls made with Amazon Chime SDK Voice Connectors.default CompletableFuture<ValidateE911AddressResponse>ChimeSdkVoiceAsyncClient. validateE911Address(ValidateE911AddressRequest validateE911AddressRequest)Validates an address to be used for 911 calls made with Amazon Chime SDK Voice Connectors.
-