| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkvoice |
The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use
Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications.
|
| software.amazon.awssdk.services.chimesdkvoice.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProxySessionsResponse |
ChimeSdkVoiceClient.listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
default ListProxySessionsResponse |
ChimeSdkVoiceClient.listProxySessions(ListProxySessionsRequest listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProxySessionsResponse> |
ChimeSdkVoiceAsyncClient.listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
default CompletableFuture<ListProxySessionsResponse> |
ChimeSdkVoiceAsyncClient.listProxySessions(ListProxySessionsRequest listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProxySessionsResponse> |
ListProxySessionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProxySessionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProxySessionsResponse> subscriber) |
Copyright © 2023. All rights reserved.