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