| 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 |
|---|---|
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 |
|---|---|
ListProxySessionsRequest |
ListProxySessionsRequest.clone() |
ListProxySessionsRequest |
ListProxySessionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListProxySessionsRequest |
ListProxySessionsRequest.withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListProxySessionsRequest |
ListProxySessionsRequest.withStatus(ProxySessionStatus status)
The proxy session status.
|
ListProxySessionsRequest |
ListProxySessionsRequest.withStatus(String status)
The proxy session status.
|
ListProxySessionsRequest |
ListProxySessionsRequest.withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
Copyright © 2023. All rights reserved.