Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GetVoiceConnectorExternalSystemsConfigurationResponse
-
Packages that use GetVoiceConnectorExternalSystemsConfigurationResponse 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 GetVoiceConnectorExternalSystemsConfigurationResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return GetVoiceConnectorExternalSystemsConfigurationResponse Modifier and Type Method Description default GetVoiceConnectorExternalSystemsConfigurationResponseChimeSdkVoiceClient. getVoiceConnectorExternalSystemsConfiguration(Consumer<GetVoiceConnectorExternalSystemsConfigurationRequest.Builder> getVoiceConnectorExternalSystemsConfigurationRequest)Gets information about an external systems configuration for a Voice Connector.default GetVoiceConnectorExternalSystemsConfigurationResponseChimeSdkVoiceClient. getVoiceConnectorExternalSystemsConfiguration(GetVoiceConnectorExternalSystemsConfigurationRequest getVoiceConnectorExternalSystemsConfigurationRequest)Gets information about an external systems configuration for a Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type GetVoiceConnectorExternalSystemsConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetVoiceConnectorExternalSystemsConfigurationResponse>ChimeSdkVoiceAsyncClient. getVoiceConnectorExternalSystemsConfiguration(Consumer<GetVoiceConnectorExternalSystemsConfigurationRequest.Builder> getVoiceConnectorExternalSystemsConfigurationRequest)Gets information about an external systems configuration for a Voice Connector.default CompletableFuture<GetVoiceConnectorExternalSystemsConfigurationResponse>ChimeSdkVoiceAsyncClient. getVoiceConnectorExternalSystemsConfiguration(GetVoiceConnectorExternalSystemsConfigurationRequest getVoiceConnectorExternalSystemsConfigurationRequest)Gets information about an external systems configuration for a Voice Connector.
-