| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Distribution |
Distribution.clone() |
Distribution |
Distribution.withPercentage(Integer percentage)
The percentage of the traffic that is distributed, in increments of 10.
|
Distribution |
Distribution.withRegion(String region)
The Amazon Web Services Region where the traffic is distributed.
|
| Modifier and Type | Method and Description |
|---|---|
List<Distribution> |
AgentConfig.getDistributions()
Information about traffic distributions.
|
List<Distribution> |
TelephonyConfig.getDistributions()
Information about traffic distributions.
|
| Modifier and Type | Method and Description |
|---|---|
AgentConfig |
AgentConfig.withDistributions(Distribution... distributions)
Information about traffic distributions.
|
TelephonyConfig |
TelephonyConfig.withDistributions(Distribution... distributions)
Information about traffic distributions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentConfig.setDistributions(Collection<Distribution> distributions)
Information about traffic distributions.
|
void |
TelephonyConfig.setDistributions(Collection<Distribution> distributions)
Information about traffic distributions.
|
AgentConfig |
AgentConfig.withDistributions(Collection<Distribution> distributions)
Information about traffic distributions.
|
TelephonyConfig |
TelephonyConfig.withDistributions(Collection<Distribution> distributions)
Information about traffic distributions.
|
Copyright © 2023. All rights reserved.