| 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.model |
| 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 CompletableFuture<ListProxySessionsResponse> |
ChimeSdkVoiceAsyncClient.listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
default ListProxySessionsIterable |
ChimeSdkVoiceClient.listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
default ListProxySessionsPublisher |
ChimeSdkVoiceAsyncClient.listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProxySessionsRequest.Builder |
ListProxySessionsRequest.builder() |
ListProxySessionsRequest.Builder |
ListProxySessionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListProxySessionsRequest.Builder |
ListProxySessionsRequest.Builder.nextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListProxySessionsRequest.Builder |
ListProxySessionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProxySessionsRequest.Builder |
ListProxySessionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProxySessionsRequest.Builder |
ListProxySessionsRequest.Builder.status(ProxySessionStatus status)
The proxy session status.
|
ListProxySessionsRequest.Builder |
ListProxySessionsRequest.Builder.status(String status)
The proxy session status.
|
ListProxySessionsRequest.Builder |
ListProxySessionsRequest.toBuilder() |
ListProxySessionsRequest.Builder |
ListProxySessionsRequest.Builder.voiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProxySessionsRequest.Builder> |
ListProxySessionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.