| 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 |
|---|---|
GetProxySessionResult |
AmazonChimeClient.getProxySession(GetProxySessionRequest request)
Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
|
GetProxySessionResult |
AmazonChime.getProxySession(GetProxySessionRequest getProxySessionRequest)
Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
|
GetProxySessionResult |
AbstractAmazonChime.getProxySession(GetProxySessionRequest request) |
Future<GetProxySessionResult> |
AmazonChimeAsyncClient.getProxySessionAsync(GetProxySessionRequest request) |
Future<GetProxySessionResult> |
AmazonChimeAsync.getProxySessionAsync(GetProxySessionRequest getProxySessionRequest)
Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
|
Future<GetProxySessionResult> |
AbstractAmazonChimeAsync.getProxySessionAsync(GetProxySessionRequest request) |
Future<GetProxySessionResult> |
AmazonChimeAsyncClient.getProxySessionAsync(GetProxySessionRequest request,
AsyncHandler<GetProxySessionRequest,GetProxySessionResult> asyncHandler) |
Future<GetProxySessionResult> |
AmazonChimeAsync.getProxySessionAsync(GetProxySessionRequest getProxySessionRequest,
AsyncHandler<GetProxySessionRequest,GetProxySessionResult> asyncHandler)
Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
|
Future<GetProxySessionResult> |
AbstractAmazonChimeAsync.getProxySessionAsync(GetProxySessionRequest request,
AsyncHandler<GetProxySessionRequest,GetProxySessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetProxySessionResult> |
AmazonChimeAsyncClient.getProxySessionAsync(GetProxySessionRequest request,
AsyncHandler<GetProxySessionRequest,GetProxySessionResult> asyncHandler) |
Future<GetProxySessionResult> |
AmazonChimeAsync.getProxySessionAsync(GetProxySessionRequest getProxySessionRequest,
AsyncHandler<GetProxySessionRequest,GetProxySessionResult> asyncHandler)
Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
|
Future<GetProxySessionResult> |
AbstractAmazonChimeAsync.getProxySessionAsync(GetProxySessionRequest request,
AsyncHandler<GetProxySessionRequest,GetProxySessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetProxySessionRequest |
GetProxySessionRequest.clone() |
GetProxySessionRequest |
GetProxySessionRequest.withProxySessionId(String proxySessionId)
The proxy session ID.
|
GetProxySessionRequest |
GetProxySessionRequest.withVoiceConnectorId(String voiceConnectorId)
The Amazon Chime voice connector ID.
|
Copyright © 2023. All rights reserved.