| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
CommsProtocol |
IPDialIn.commsProtocol()
The protocol, including SIP, SIPS, and H323.
|
static CommsProtocol |
CommsProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CommsProtocol |
CommsProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommsProtocol[] |
CommsProtocol.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<CommsProtocol> |
CommsProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IPDialIn.Builder |
IPDialIn.Builder.commsProtocol(CommsProtocol commsProtocol)
The protocol, including SIP, SIPS, and H323.
|
Copyright © 2023. All rights reserved.