Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.UpdateProxySessionResponse
-
Packages that use UpdateProxySessionResponse 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 UpdateProxySessionResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return UpdateProxySessionResponse Modifier and Type Method Description default UpdateProxySessionResponseChimeSdkVoiceClient. updateProxySession(Consumer<UpdateProxySessionRequest.Builder> updateProxySessionRequest)Updates the specified proxy session details, such as voice or SMS capabilities.default UpdateProxySessionResponseChimeSdkVoiceClient. updateProxySession(UpdateProxySessionRequest updateProxySessionRequest)Updates the specified proxy session details, such as voice or SMS capabilities.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type UpdateProxySessionResponse Modifier and Type Method Description default CompletableFuture<UpdateProxySessionResponse>ChimeSdkVoiceAsyncClient. updateProxySession(Consumer<UpdateProxySessionRequest.Builder> updateProxySessionRequest)Updates the specified proxy session details, such as voice or SMS capabilities.default CompletableFuture<UpdateProxySessionResponse>ChimeSdkVoiceAsyncClient. updateProxySession(UpdateProxySessionRequest updateProxySessionRequest)Updates the specified proxy session details, such as voice or SMS capabilities.
-