Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.PutVoiceConnectorExternalSystemsConfigurationResponse
-
Packages that use PutVoiceConnectorExternalSystemsConfigurationResponse 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 PutVoiceConnectorExternalSystemsConfigurationResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return PutVoiceConnectorExternalSystemsConfigurationResponse Modifier and Type Method Description default PutVoiceConnectorExternalSystemsConfigurationResponseChimeSdkVoiceClient. putVoiceConnectorExternalSystemsConfiguration(Consumer<PutVoiceConnectorExternalSystemsConfigurationRequest.Builder> putVoiceConnectorExternalSystemsConfigurationRequest)Adds an external systems configuration to a Voice Connector.default PutVoiceConnectorExternalSystemsConfigurationResponseChimeSdkVoiceClient. putVoiceConnectorExternalSystemsConfiguration(PutVoiceConnectorExternalSystemsConfigurationRequest putVoiceConnectorExternalSystemsConfigurationRequest)Adds an external systems configuration to a Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type PutVoiceConnectorExternalSystemsConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutVoiceConnectorExternalSystemsConfigurationResponse>ChimeSdkVoiceAsyncClient. putVoiceConnectorExternalSystemsConfiguration(Consumer<PutVoiceConnectorExternalSystemsConfigurationRequest.Builder> putVoiceConnectorExternalSystemsConfigurationRequest)Adds an external systems configuration to a Voice Connector.default CompletableFuture<PutVoiceConnectorExternalSystemsConfigurationResponse>ChimeSdkVoiceAsyncClient. putVoiceConnectorExternalSystemsConfiguration(PutVoiceConnectorExternalSystemsConfigurationRequest putVoiceConnectorExternalSystemsConfigurationRequest)Adds an external systems configuration to a Voice Connector.
-