| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProxySessionResult |
AmazonChimeClient.createProxySession(CreateProxySessionRequest request)
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone
numbers.
|
CreateProxySessionResult |
AbstractAmazonChime.createProxySession(CreateProxySessionRequest request) |
CreateProxySessionResult |
AmazonChime.createProxySession(CreateProxySessionRequest createProxySessionRequest)
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone
numbers.
|
Future<CreateProxySessionResult> |
AmazonChimeAsyncClient.createProxySessionAsync(CreateProxySessionRequest request) |
Future<CreateProxySessionResult> |
AmazonChimeAsync.createProxySessionAsync(CreateProxySessionRequest createProxySessionRequest)
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone
numbers.
|
Future<CreateProxySessionResult> |
AbstractAmazonChimeAsync.createProxySessionAsync(CreateProxySessionRequest request) |
Future<CreateProxySessionResult> |
AmazonChimeAsyncClient.createProxySessionAsync(CreateProxySessionRequest request,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler) |
Future<CreateProxySessionResult> |
AmazonChimeAsync.createProxySessionAsync(CreateProxySessionRequest createProxySessionRequest,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler)
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone
numbers.
|
Future<CreateProxySessionResult> |
AbstractAmazonChimeAsync.createProxySessionAsync(CreateProxySessionRequest request,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProxySessionResult> |
AmazonChimeAsyncClient.createProxySessionAsync(CreateProxySessionRequest request,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler) |
Future<CreateProxySessionResult> |
AmazonChimeAsync.createProxySessionAsync(CreateProxySessionRequest createProxySessionRequest,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler)
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone
numbers.
|
Future<CreateProxySessionResult> |
AbstractAmazonChimeAsync.createProxySessionAsync(CreateProxySessionRequest request,
AsyncHandler<CreateProxySessionRequest,CreateProxySessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProxySessionRequest |
CreateProxySessionRequest.clone() |
CreateProxySessionRequest |
CreateProxySessionRequest.withCapabilities(Capability... capabilities)
The proxy session capabilities.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withCapabilities(Collection<String> capabilities)
The proxy session capabilities.
|
CreateProxySessionRequest |
CreateProxySessionRequest.withCapabilities(String... capabilities)
The proxy session 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 Amazon Chime voice connector ID.
|
Copyright © 2023. All rights reserved.