| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AgentConfig |
AgentConfig.clone() |
AgentConfig |
GetTrafficDistributionResult.getAgentConfig()
The distribution of agents between the instance and its replica(s).
|
AgentConfig |
UpdateTrafficDistributionRequest.getAgentConfig()
The distribution of agents between the instance and its replica(s).
|
AgentConfig |
AgentConfig.withDistributions(Collection<Distribution> distributions)
Information about traffic distributions.
|
AgentConfig |
AgentConfig.withDistributions(Distribution... distributions)
Information about traffic distributions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTrafficDistributionResult.setAgentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
|
void |
UpdateTrafficDistributionRequest.setAgentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
|
GetTrafficDistributionResult |
GetTrafficDistributionResult.withAgentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
|
UpdateTrafficDistributionRequest |
UpdateTrafficDistributionRequest.withAgentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
|
Copyright © 2023. All rights reserved.