Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GetVoiceConnectorProxyResponse
-
Packages that use GetVoiceConnectorProxyResponse 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 GetVoiceConnectorProxyResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return GetVoiceConnectorProxyResponse Modifier and Type Method Description default GetVoiceConnectorProxyResponseChimeSdkVoiceClient. getVoiceConnectorProxy(Consumer<GetVoiceConnectorProxyRequest.Builder> getVoiceConnectorProxyRequest)Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice Connector.default GetVoiceConnectorProxyResponseChimeSdkVoiceClient. getVoiceConnectorProxy(GetVoiceConnectorProxyRequest getVoiceConnectorProxyRequest)Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type GetVoiceConnectorProxyResponse Modifier and Type Method Description default CompletableFuture<GetVoiceConnectorProxyResponse>ChimeSdkVoiceAsyncClient. getVoiceConnectorProxy(Consumer<GetVoiceConnectorProxyRequest.Builder> getVoiceConnectorProxyRequest)Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice Connector.default CompletableFuture<GetVoiceConnectorProxyResponse>ChimeSdkVoiceAsyncClient. getVoiceConnectorProxy(GetVoiceConnectorProxyRequest getVoiceConnectorProxyRequest)Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice Connector.
-