Uses of Class
software.amazon.awssdk.services.connect.model.AgentConfig
-
Packages that use AgentConfig Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AgentConfig in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AgentConfig Modifier and Type Method Description AgentConfigGetTrafficDistributionResponse. agentConfig()The distribution of agents between the instance and its replica(s).AgentConfigUpdateTrafficDistributionRequest. agentConfig()The distribution of agents between the instance and its replica(s).Methods in software.amazon.awssdk.services.connect.model with parameters of type AgentConfig Modifier and Type Method Description GetTrafficDistributionResponse.BuilderGetTrafficDistributionResponse.Builder. agentConfig(AgentConfig agentConfig)The distribution of agents between the instance and its replica(s).UpdateTrafficDistributionRequest.BuilderUpdateTrafficDistributionRequest.Builder. agentConfig(AgentConfig agentConfig)The distribution of agents between the instance and its replica(s).
-