Uses of Class
software.amazon.awssdk.services.chime.model.DNISEmergencyCallingConfiguration
-
Packages that use DNISEmergencyCallingConfiguration Package Description software.amazon.awssdk.services.chime.model -
-
Uses of DNISEmergencyCallingConfiguration in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type DNISEmergencyCallingConfiguration Modifier and Type Method Description List<DNISEmergencyCallingConfiguration>EmergencyCallingConfiguration. dnis()The Dialed Number Identification Service (DNIS) emergency calling configuration details.Methods in software.amazon.awssdk.services.chime.model with parameters of type DNISEmergencyCallingConfiguration Modifier and Type Method Description EmergencyCallingConfiguration.BuilderEmergencyCallingConfiguration.Builder. dnis(DNISEmergencyCallingConfiguration... dnis)The Dialed Number Identification Service (DNIS) emergency calling configuration details.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type DNISEmergencyCallingConfiguration Modifier and Type Method Description EmergencyCallingConfiguration.BuilderEmergencyCallingConfiguration.Builder. dnis(Collection<DNISEmergencyCallingConfiguration> dnis)The Dialed Number Identification Service (DNIS) emergency calling configuration details.
-