| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
ListProxySessionsResult |
AmazonChime.listProxySessions(ListProxySessionsRequest listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
ListProxySessionsResult |
AbstractAmazonChime.listProxySessions(ListProxySessionsRequest request) |
ListProxySessionsResult |
AmazonChimeClient.listProxySessions(ListProxySessionsRequest request)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListProxySessionsResult> |
AmazonChimeAsync.listProxySessionsAsync(ListProxySessionsRequest listProxySessionsRequest,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
Future<ListProxySessionsResult> |
AbstractAmazonChimeAsync.listProxySessionsAsync(ListProxySessionsRequest request,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler) |
Future<ListProxySessionsResult> |
AmazonChimeAsyncClient.listProxySessionsAsync(ListProxySessionsRequest request,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProxySessionsResult |
ListProxySessionsResult.clone() |
ListProxySessionsResult |
ListProxySessionsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListProxySessionsResult |
ListProxySessionsResult.withProxySessions(Collection<ProxySession> proxySessions)
The proxy session details.
|
ListProxySessionsResult |
ListProxySessionsResult.withProxySessions(ProxySession... proxySessions)
The proxy session details.
|
Copyright © 2021. All rights reserved.