| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static NumberSelectionBehavior |
NumberSelectionBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NumberSelectionBehavior |
CreateProxySessionRequest.numberSelectionBehavior()
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
NumberSelectionBehavior |
ProxySession.numberSelectionBehavior()
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
static NumberSelectionBehavior |
NumberSelectionBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberSelectionBehavior[] |
NumberSelectionBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NumberSelectionBehavior> |
NumberSelectionBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.numberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
ProxySession.Builder |
ProxySession.Builder.numberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
Copyright © 2022. All rights reserved.