| 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 CreateProxySessionResponse |
ChimeSdkVoiceClient.createProxySession(Consumer<CreateProxySessionRequest.Builder> createProxySessionRequest)
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone
numbers.
|
default CompletableFuture<CreateProxySessionResponse> |
ChimeSdkVoiceAsyncClient.createProxySession(Consumer<CreateProxySessionRequest.Builder> createProxySessionRequest)
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone
numbers.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateProxySessionRequest.Builder |
CreateProxySessionRequest.builder() |
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilities(Capability... capabilities)
The proxy session's capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilities(Collection<Capability> capabilities)
The proxy session's capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities)
The proxy session's capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilitiesWithStrings(String... capabilities)
The proxy session's capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.expiryMinutes(Integer expiryMinutes)
The number of minutes allowed for the proxy session.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.geoMatchLevel(GeoMatchLevel geoMatchLevel)
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.geoMatchLevel(String geoMatchLevel)
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
default CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.geoMatchParams(Consumer<GeoMatchParams.Builder> geoMatchParams)
The country and area code for the proxy phone number.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.geoMatchParams(GeoMatchParams geoMatchParams)
The country and area code for the proxy phone number.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.name(String name)
The name of the proxy session.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.numberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.numberSelectionBehavior(String numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.participantPhoneNumbers(Collection<String> participantPhoneNumbers)
The participant phone numbers.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.participantPhoneNumbers(String... participantPhoneNumbers)
The participant phone numbers.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.toBuilder() |
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.voiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProxySessionRequest.Builder> |
CreateProxySessionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.