| 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 CreateProxySessionResponse |
ChimeClient.createProxySession(Consumer<CreateProxySessionRequest.Builder> createProxySessionRequest)
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone
numbers.
|
default CompletableFuture<CreateProxySessionResponse> |
ChimeAsyncClient.createProxySession(Consumer<CreateProxySessionRequest.Builder> createProxySessionRequest)
Creates a proxy session on the specified Amazon Chime 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 capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilities(Collection<Capability> capabilities)
The proxy session capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities)
The proxy session capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilitiesWithStrings(String... capabilities)
The proxy session 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 Amazon Chime voice connector ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProxySessionRequest.Builder> |
CreateProxySessionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.