Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SipType
-
Packages that use SipType Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of SipType in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return SipType Modifier and Type Method Description static SipTypeSipType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SipTypeSipAddress. type()The type of the SIP address.static SipTypeSipType. valueOf(String name)Returns the enum constant of this type with the specified name.static SipType[]SipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type SipType Modifier and Type Method Description static Set<SipType>SipType. knownValues()Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type SipType Modifier and Type Method Description SipAddress.BuilderSipAddress.Builder. type(SipType type)The type of the SIP address.
-