Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.PutVoiceConnectorEmergencyCallingConfigurationResponse
-
Packages that use PutVoiceConnectorEmergencyCallingConfigurationResponse 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 PutVoiceConnectorEmergencyCallingConfigurationResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return PutVoiceConnectorEmergencyCallingConfigurationResponse Modifier and Type Method Description default PutVoiceConnectorEmergencyCallingConfigurationResponseChimeSdkVoiceClient. putVoiceConnectorEmergencyCallingConfiguration(Consumer<PutVoiceConnectorEmergencyCallingConfigurationRequest.Builder> putVoiceConnectorEmergencyCallingConfigurationRequest)Updates a Voice Connector's emergency calling configuration.default PutVoiceConnectorEmergencyCallingConfigurationResponseChimeSdkVoiceClient. putVoiceConnectorEmergencyCallingConfiguration(PutVoiceConnectorEmergencyCallingConfigurationRequest putVoiceConnectorEmergencyCallingConfigurationRequest)Updates a Voice Connector's emergency calling configuration.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type PutVoiceConnectorEmergencyCallingConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutVoiceConnectorEmergencyCallingConfigurationResponse>ChimeSdkVoiceAsyncClient. putVoiceConnectorEmergencyCallingConfiguration(Consumer<PutVoiceConnectorEmergencyCallingConfigurationRequest.Builder> putVoiceConnectorEmergencyCallingConfigurationRequest)Updates a Voice Connector's emergency calling configuration.default CompletableFuture<PutVoiceConnectorEmergencyCallingConfigurationResponse>ChimeSdkVoiceAsyncClient. putVoiceConnectorEmergencyCallingConfiguration(PutVoiceConnectorEmergencyCallingConfigurationRequest putVoiceConnectorEmergencyCallingConfigurationRequest)Updates a Voice Connector's emergency calling configuration.
-