Uses of Class
software.amazon.awssdk.services.connect.model.TelephonyConfig
-
Packages that use TelephonyConfig Package Description software.amazon.awssdk.services.connect.model -
-
Uses of TelephonyConfig in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return TelephonyConfig Modifier and Type Method Description TelephonyConfigGetTrafficDistributionResponse. telephonyConfig()The distribution of traffic between the instance and its replicas.TelephonyConfigUpdateTrafficDistributionRequest. telephonyConfig()The distribution of traffic between the instance and its replica(s).Methods in software.amazon.awssdk.services.connect.model with parameters of type TelephonyConfig Modifier and Type Method Description GetTrafficDistributionResponse.BuilderGetTrafficDistributionResponse.Builder. telephonyConfig(TelephonyConfig telephonyConfig)The distribution of traffic between the instance and its replicas.UpdateTrafficDistributionRequest.BuilderUpdateTrafficDistributionRequest.Builder. telephonyConfig(TelephonyConfig telephonyConfig)The distribution of traffic between the instance and its replica(s).
-