| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProxySessionsResponse> |
ChimeAsyncClient.listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Deprecated.
Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace
|
default ListProxySessionsResponse |
ChimeClient.listProxySessions(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Deprecated.
Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace
|
default ListProxySessionsPublisher |
ChimeAsyncClient.listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Deprecated.
Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace
|
default ListProxySessionsIterable |
ChimeClient.listProxySessionsPaginator(Consumer<ListProxySessionsRequest.Builder> listProxySessionsRequest)
Deprecated.
Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace
|
| 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 © 2023. All rights reserved.