Uses of Class
software.amazon.awssdk.services.chime.model.SipRuleTriggerType
-
Packages that use SipRuleTriggerType Package Description software.amazon.awssdk.services.chime.model -
-
Uses of SipRuleTriggerType in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return SipRuleTriggerType Modifier and Type Method Description static SipRuleTriggerTypeSipRuleTriggerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SipRuleTriggerTypeCreateSipRuleRequest. triggerType()The type of trigger assigned to the SIP rule inTriggerValue, currentlyRequestUriHostnameorToPhoneNumber.SipRuleTriggerTypeSipRule. triggerType()The type of trigger assigned to the SIP rule inTriggerValue, currentlyRequestUriHostnameorToPhoneNumber.static SipRuleTriggerTypeSipRuleTriggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static SipRuleTriggerType[]SipRuleTriggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type SipRuleTriggerType Modifier and Type Method Description static Set<SipRuleTriggerType>SipRuleTriggerType. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type SipRuleTriggerType Modifier and Type Method Description CreateSipRuleRequest.BuilderCreateSipRuleRequest.Builder. triggerType(SipRuleTriggerType triggerType)The type of trigger assigned to the SIP rule inTriggerValue, currentlyRequestUriHostnameorToPhoneNumber.SipRule.BuilderSipRule.Builder. triggerType(SipRuleTriggerType triggerType)The type of trigger assigned to the SIP rule inTriggerValue, currentlyRequestUriHostnameorToPhoneNumber.
-