Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GetVoiceConnectorResponse
-
Packages that use GetVoiceConnectorResponse 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 GetVoiceConnectorResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return GetVoiceConnectorResponse Modifier and Type Method Description default GetVoiceConnectorResponseChimeSdkVoiceClient. getVoiceConnector(Consumer<GetVoiceConnectorRequest.Builder> getVoiceConnectorRequest)Retrieves details for the specified Amazon Chime SDK Voice Connector, such as timestamps,name, outbound host, and encryption requirements.default GetVoiceConnectorResponseChimeSdkVoiceClient. getVoiceConnector(GetVoiceConnectorRequest getVoiceConnectorRequest)Retrieves details for the specified Amazon Chime SDK Voice Connector, such as timestamps,name, outbound host, and encryption requirements.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type GetVoiceConnectorResponse Modifier and Type Method Description default CompletableFuture<GetVoiceConnectorResponse>ChimeSdkVoiceAsyncClient. getVoiceConnector(Consumer<GetVoiceConnectorRequest.Builder> getVoiceConnectorRequest)Retrieves details for the specified Amazon Chime SDK Voice Connector, such as timestamps,name, outbound host, and encryption requirements.default CompletableFuture<GetVoiceConnectorResponse>ChimeSdkVoiceAsyncClient. getVoiceConnector(GetVoiceConnectorRequest getVoiceConnectorRequest)Retrieves details for the specified Amazon Chime SDK Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
-