Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.CreateProxySessionResponse
-
Packages that use CreateProxySessionResponse 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 CreateProxySessionResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return CreateProxySessionResponse Modifier and Type Method Description default CreateProxySessionResponseChimeSdkVoiceClient. createProxySession(Consumer<CreateProxySessionRequest.Builder> createProxySessionRequest)Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone numbers.default CreateProxySessionResponseChimeSdkVoiceClient. createProxySession(CreateProxySessionRequest createProxySessionRequest)Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone numbers.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type CreateProxySessionResponse Modifier and Type Method Description default CompletableFuture<CreateProxySessionResponse>ChimeSdkVoiceAsyncClient. createProxySession(Consumer<CreateProxySessionRequest.Builder> createProxySessionRequest)Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone numbers.default CompletableFuture<CreateProxySessionResponse>ChimeSdkVoiceAsyncClient. createProxySession(CreateProxySessionRequest createProxySessionRequest)Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone numbers.
-