| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
default ListProxySessionsResponse |
ChimeClient.listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
default CompletableFuture<ListProxySessionsResponse> |
ChimeAsyncClient.listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
default ListProxySessionsIterable |
ChimeClient.listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
|
default ListProxySessionsPublisher |
ChimeAsyncClient.listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Lists the proxy sessions for the specified Amazon Chime 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 to use 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 Amazon Chime voice connector ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProxySessionsRequest.Builder> |
ListProxySessionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.