| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can 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 |
|---|---|
Future<DeleteProxySessionResult> |
AmazonChimeAsyncClient.deleteProxySessionAsync(DeleteProxySessionRequest request,
AsyncHandler<DeleteProxySessionRequest,DeleteProxySessionResult> asyncHandler) |
Future<DeleteProxySessionResult> |
AmazonChimeAsync.deleteProxySessionAsync(DeleteProxySessionRequest deleteProxySessionRequest,
AsyncHandler<DeleteProxySessionRequest,DeleteProxySessionResult> asyncHandler)
Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
|
Future<DeleteProxySessionResult> |
AbstractAmazonChimeAsync.deleteProxySessionAsync(DeleteProxySessionRequest request,
AsyncHandler<DeleteProxySessionRequest,DeleteProxySessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteProxySessionRequest |
DeleteProxySessionRequest.clone() |
DeleteProxySessionRequest |
DeleteProxySessionRequest.withProxySessionId(String proxySessionId)
The proxy session ID.
|
DeleteProxySessionRequest |
DeleteProxySessionRequest.withVoiceConnectorId(String voiceConnectorId)
The Amazon Chime voice connector ID.
|
Copyright © 2023. All rights reserved.