| 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 |
|---|---|
ListProxySessionsResult |
AmazonChimeSDKVoiceClient.listProxySessions(ListProxySessionsRequest request)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
ListProxySessionsResult |
AmazonChimeSDKVoice.listProxySessions(ListProxySessionsRequest listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
ListProxySessionsResult |
AbstractAmazonChimeSDKVoice.listProxySessions(ListProxySessionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListProxySessionsResult> |
AbstractAmazonChimeSDKVoiceAsync.listProxySessionsAsync(ListProxySessionsRequest request,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler) |
Future<ListProxySessionsResult> |
AmazonChimeSDKVoiceAsync.listProxySessionsAsync(ListProxySessionsRequest listProxySessionsRequest,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
Future<ListProxySessionsResult> |
AmazonChimeSDKVoiceAsyncClient.listProxySessionsAsync(ListProxySessionsRequest request,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProxySessionsResult |
ListProxySessionsResult.clone() |
ListProxySessionsResult |
ListProxySessionsResult.withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListProxySessionsResult |
ListProxySessionsResult.withProxySessions(Collection<ProxySession> proxySessions)
The proxy sessions' details.
|
ListProxySessionsResult |
ListProxySessionsResult.withProxySessions(ProxySession... proxySessions)
The proxy sessions' details.
|
Copyright © 2023. All rights reserved.