Uses of Class
software.amazon.awssdk.services.chime.model.OriginationRoute
-
Packages that use OriginationRoute Package Description software.amazon.awssdk.services.chime.model -
-
Uses of OriginationRoute in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type OriginationRoute Modifier and Type Method Description List<OriginationRoute>Origination. routes()The call distribution properties defined for your SIP hosts.Methods in software.amazon.awssdk.services.chime.model with parameters of type OriginationRoute Modifier and Type Method Description Origination.BuilderOrigination.Builder. routes(OriginationRoute... routes)The call distribution properties defined for your SIP hosts.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type OriginationRoute Modifier and Type Method Description Origination.BuilderOrigination.Builder. routes(Collection<OriginationRoute> routes)The call distribution properties defined for your SIP hosts.
-