| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProxySessionResult |
AmazonChimeSDKVoiceClient.createProxySession(CreateProxySessionRequest request)
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone
numbers.
|
CreateProxySessionResult |
AmazonChimeSDKVoice.createProxySession(CreateProxySessionRequest createProxySessionRequest)
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone
numbers.
|
CreateProxySessionResult |
AbstractAmazonChimeSDKVoice.createProxySession(CreateProxySessionRequest request) |
Future<CreateProxySessionResult> |
AbstractAmazonChimeSDKVoiceAsync.createProxySessionAsync(CreateProxySessionRequest request) |
Future<CreateProxySessionResult> |
AmazonChimeSDKVoiceAsync.createProxySessionAsync(CreateProxySessionRequest createProxySessionRequest)
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone
numbers.
|
Future<CreateProxySessionResult> |
AmazonChimeSDKVoiceAsyncClient.createProxySessionAsync(CreateProxySessionRequest request) |
Future<CreateProxySessionResult> |
AbstractAmazonChimeSDKVoiceAsync.createProxySessionAsync(CreateProxySessionRequest request,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler) |
Future<CreateProxySessionResult> |
AmazonChimeSDKVoiceAsync.createProxySessionAsync(CreateProxySessionRequest createProxySessionRequest,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler)
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone
numbers.
|
Future<CreateProxySessionResult> |
AmazonChimeSDKVoiceAsyncClient.createProxySessionAsync(CreateProxySessionRequest request,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProxySessionResult> |
AbstractAmazonChimeSDKVoiceAsync.createProxySessionAsync(CreateProxySessionRequest request,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler) |
Future<CreateProxySessionResult> |
AmazonChimeSDKVoiceAsync.createProxySessionAsync(CreateProxySessionRequest createProxySessionRequest,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler)
Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone
numbers.
|
Future<CreateProxySessionResult> |
AmazonChimeSDKVoiceAsyncClient.createProxySessionAsync(CreateProxySessionRequest request,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProxySessionRequest |
CreateProxySessionRequest.clone() |
CreateProxySessionRequest |
CreateProxySessionRequest.withCapabilities(Capability... capabilities)
The proxy session's capabilities.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withCapabilities(Collection<String> capabilities)
The proxy session's capabilities.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withCapabilities(String... capabilities)
The proxy session's capabilities.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withExpiryMinutes(Integer expiryMinutes)
The number of minutes allowed for the proxy session.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withGeoMatchLevel(GeoMatchLevel geoMatchLevel)
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withGeoMatchLevel(String geoMatchLevel)
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withGeoMatchParams(GeoMatchParams geoMatchParams)
The country and area code for the proxy phone number.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withName(String name)
The name of the proxy session.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withNumberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withNumberSelectionBehavior(String numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withParticipantPhoneNumbers(Collection<String> participantPhoneNumbers)
The participant phone numbers.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withParticipantPhoneNumbers(String... participantPhoneNumbers)
The participant phone numbers.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
Copyright © 2023. All rights reserved.