| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListProxySessionsResult> |
AmazonChimeAsyncClient.listProxySessionsAsync(ListProxySessionsRequest request,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler)
Deprecated.
|
Future<ListProxySessionsResult> |
AbstractAmazonChimeAsync.listProxySessionsAsync(ListProxySessionsRequest request,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler)
Deprecated.
|
Future<ListProxySessionsResult> |
AmazonChimeAsync.listProxySessionsAsync(ListProxySessionsRequest listProxySessionsRequest,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler)
Deprecated.
|
| 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 to use 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 Amazon Chime voice connector ID.
|
Copyright © 2024. All rights reserved.