Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.PutVoiceConnectorProxyResponse
-
Packages that use PutVoiceConnectorProxyResponse 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 PutVoiceConnectorProxyResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return PutVoiceConnectorProxyResponse Modifier and Type Method Description default PutVoiceConnectorProxyResponseChimeSdkVoiceClient. putVoiceConnectorProxy(Consumer<PutVoiceConnectorProxyRequest.Builder> putVoiceConnectorProxyRequest)Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.default PutVoiceConnectorProxyResponseChimeSdkVoiceClient. putVoiceConnectorProxy(PutVoiceConnectorProxyRequest putVoiceConnectorProxyRequest)Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type PutVoiceConnectorProxyResponse Modifier and Type Method Description default CompletableFuture<PutVoiceConnectorProxyResponse>ChimeSdkVoiceAsyncClient. putVoiceConnectorProxy(Consumer<PutVoiceConnectorProxyRequest.Builder> putVoiceConnectorProxyRequest)Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.default CompletableFuture<PutVoiceConnectorProxyResponse>ChimeSdkVoiceAsyncClient. putVoiceConnectorProxy(PutVoiceConnectorProxyRequest putVoiceConnectorProxyRequest)Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.
-