| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteProxySessionResult |
AmazonChimeSDKVoiceClient.deleteProxySession(DeleteProxySessionRequest request)
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
|
DeleteProxySessionResult |
AmazonChimeSDKVoice.deleteProxySession(DeleteProxySessionRequest deleteProxySessionRequest)
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
|
DeleteProxySessionResult |
AbstractAmazonChimeSDKVoice.deleteProxySession(DeleteProxySessionRequest request) |
Future<DeleteProxySessionResult> |
AbstractAmazonChimeSDKVoiceAsync.deleteProxySessionAsync(DeleteProxySessionRequest request) |
Future<DeleteProxySessionResult> |
AmazonChimeSDKVoiceAsync.deleteProxySessionAsync(DeleteProxySessionRequest deleteProxySessionRequest)
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
|
Future<DeleteProxySessionResult> |
AmazonChimeSDKVoiceAsyncClient.deleteProxySessionAsync(DeleteProxySessionRequest request) |
Future<DeleteProxySessionResult> |
AbstractAmazonChimeSDKVoiceAsync.deleteProxySessionAsync(DeleteProxySessionRequest request,
AsyncHandler<DeleteProxySessionRequest,DeleteProxySessionResult> asyncHandler) |
Future<DeleteProxySessionResult> |
AmazonChimeSDKVoiceAsync.deleteProxySessionAsync(DeleteProxySessionRequest deleteProxySessionRequest,
AsyncHandler<DeleteProxySessionRequest,DeleteProxySessionResult> asyncHandler)
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
|
Future<DeleteProxySessionResult> |
AmazonChimeSDKVoiceAsyncClient.deleteProxySessionAsync(DeleteProxySessionRequest request,
AsyncHandler<DeleteProxySessionRequest,DeleteProxySessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteProxySessionResult> |
AbstractAmazonChimeSDKVoiceAsync.deleteProxySessionAsync(DeleteProxySessionRequest request,
AsyncHandler<DeleteProxySessionRequest,DeleteProxySessionResult> asyncHandler) |
Future<DeleteProxySessionResult> |
AmazonChimeSDKVoiceAsync.deleteProxySessionAsync(DeleteProxySessionRequest deleteProxySessionRequest,
AsyncHandler<DeleteProxySessionRequest,DeleteProxySessionResult> asyncHandler)
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
|
Future<DeleteProxySessionResult> |
AmazonChimeSDKVoiceAsyncClient.deleteProxySessionAsync(DeleteProxySessionRequest request,
AsyncHandler<DeleteProxySessionRequest,DeleteProxySessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteProxySessionRequest |
DeleteProxySessionRequest.clone() |
DeleteProxySessionRequest |
DeleteProxySessionRequest.withProxySessionId(String proxySessionId)
The proxy session ID.
|
DeleteProxySessionRequest |
DeleteProxySessionRequest.withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
Copyright © 2023. All rights reserved.