| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
ListProxySessionsResult |
AbstractAmazonChime.listProxySessions(ListProxySessionsRequest request)
Deprecated.
|
ListProxySessionsResult |
AmazonChimeClient.listProxySessions(ListProxySessionsRequest request)
Deprecated.
|
ListProxySessionsResult |
AmazonChime.listProxySessions(ListProxySessionsRequest listProxySessionsRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListProxySessionsResult> |
AbstractAmazonChimeAsync.listProxySessionsAsync(ListProxySessionsRequest request,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler)
Deprecated.
|
Future<ListProxySessionsResult> |
AmazonChimeAsync.listProxySessionsAsync(ListProxySessionsRequest listProxySessionsRequest,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler)
Deprecated.
|
Future<ListProxySessionsResult> |
AmazonChimeAsyncClient.listProxySessionsAsync(ListProxySessionsRequest request,
AsyncHandler<ListProxySessionsRequest,ListProxySessionsResult> asyncHandler)
Deprecated.
|
| 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 © 2024. All rights reserved.