Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GetVoiceConnectorEmergencyCallingConfigurationResponse
-
Packages that use GetVoiceConnectorEmergencyCallingConfigurationResponse 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 GetVoiceConnectorEmergencyCallingConfigurationResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return GetVoiceConnectorEmergencyCallingConfigurationResponse Modifier and Type Method Description default GetVoiceConnectorEmergencyCallingConfigurationResponseChimeSdkVoiceClient. getVoiceConnectorEmergencyCallingConfiguration(Consumer<GetVoiceConnectorEmergencyCallingConfigurationRequest.Builder> getVoiceConnectorEmergencyCallingConfigurationRequest)Retrieves the emergency calling configuration details for the specified Voice Connector.default GetVoiceConnectorEmergencyCallingConfigurationResponseChimeSdkVoiceClient. getVoiceConnectorEmergencyCallingConfiguration(GetVoiceConnectorEmergencyCallingConfigurationRequest getVoiceConnectorEmergencyCallingConfigurationRequest)Retrieves the emergency calling configuration details for the specified Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type GetVoiceConnectorEmergencyCallingConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetVoiceConnectorEmergencyCallingConfigurationResponse>ChimeSdkVoiceAsyncClient. getVoiceConnectorEmergencyCallingConfiguration(Consumer<GetVoiceConnectorEmergencyCallingConfigurationRequest.Builder> getVoiceConnectorEmergencyCallingConfigurationRequest)Retrieves the emergency calling configuration details for the specified Voice Connector.default CompletableFuture<GetVoiceConnectorEmergencyCallingConfigurationResponse>ChimeSdkVoiceAsyncClient. getVoiceConnectorEmergencyCallingConfiguration(GetVoiceConnectorEmergencyCallingConfigurationRequest getVoiceConnectorEmergencyCallingConfigurationRequest)Retrieves the emergency calling configuration details for the specified Voice Connector.
-