Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.UpdateVoiceConnectorResponse
-
Packages that use UpdateVoiceConnectorResponse 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 UpdateVoiceConnectorResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return UpdateVoiceConnectorResponse Modifier and Type Method Description default UpdateVoiceConnectorResponseChimeSdkVoiceClient. updateVoiceConnector(Consumer<UpdateVoiceConnectorRequest.Builder> updateVoiceConnectorRequest)Updates the details for the specified Amazon Chime SDK Voice Connector.default UpdateVoiceConnectorResponseChimeSdkVoiceClient. updateVoiceConnector(UpdateVoiceConnectorRequest updateVoiceConnectorRequest)Updates the details for the specified Amazon Chime SDK Voice Connector.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type UpdateVoiceConnectorResponse Modifier and Type Method Description default CompletableFuture<UpdateVoiceConnectorResponse>ChimeSdkVoiceAsyncClient. updateVoiceConnector(Consumer<UpdateVoiceConnectorRequest.Builder> updateVoiceConnectorRequest)Updates the details for the specified Amazon Chime SDK Voice Connector.default CompletableFuture<UpdateVoiceConnectorResponse>ChimeSdkVoiceAsyncClient. updateVoiceConnector(UpdateVoiceConnectorRequest updateVoiceConnectorRequest)Updates the details for the specified Amazon Chime SDK Voice Connector.
-