public static interface SyncClient.Properties
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyncClient.Properties.Builder
Builder class for client properties.
|
| Modifier and Type | Method and Description |
|---|---|
static SyncClient.Properties.Builder |
builder() |
static SyncClient.Properties |
defaultProperties()
Use default properties to create Client without any specific configuration.
|
boolean |
getDeferCA() |
java.lang.String |
getRegion()
Twilio server region to connect to.
|
java.lang.String getRegion()
boolean getDeferCA()
static SyncClient.Properties.Builder builder()
static SyncClient.Properties defaultProperties()