Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.ProtectConfigurationRuleOverrideAction
-
Packages that use ProtectConfigurationRuleOverrideAction Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of ProtectConfigurationRuleOverrideAction in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return ProtectConfigurationRuleOverrideAction Modifier and Type Method Description ProtectConfigurationRuleOverrideActionDeleteProtectConfigurationRuleSetNumberOverrideResponse. action()The action associated with the rule.ProtectConfigurationRuleOverrideActionProtectConfigurationRuleSetNumberOverride. action()The action for the rule to perform of either blocking or allowing messages to the destination phone number.ProtectConfigurationRuleOverrideActionPutProtectConfigurationRuleSetNumberOverrideRequest. action()The action for the rule to either block or allow messages to the destination phone number.ProtectConfigurationRuleOverrideActionPutProtectConfigurationRuleSetNumberOverrideResponse. action()The action for the rule to take.static ProtectConfigurationRuleOverrideActionProtectConfigurationRuleOverrideAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ProtectConfigurationRuleOverrideActionProtectConfigurationRuleOverrideAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectConfigurationRuleOverrideAction[]ProtectConfigurationRuleOverrideAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type ProtectConfigurationRuleOverrideAction Modifier and Type Method Description static Set<ProtectConfigurationRuleOverrideAction>ProtectConfigurationRuleOverrideAction. knownValues()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type ProtectConfigurationRuleOverrideAction Modifier and Type Method Description DeleteProtectConfigurationRuleSetNumberOverrideResponse.BuilderDeleteProtectConfigurationRuleSetNumberOverrideResponse.Builder. action(ProtectConfigurationRuleOverrideAction action)The action associated with the rule.ProtectConfigurationRuleSetNumberOverride.BuilderProtectConfigurationRuleSetNumberOverride.Builder. action(ProtectConfigurationRuleOverrideAction action)The action for the rule to perform of either blocking or allowing messages to the destination phone number.PutProtectConfigurationRuleSetNumberOverrideRequest.BuilderPutProtectConfigurationRuleSetNumberOverrideRequest.Builder. action(ProtectConfigurationRuleOverrideAction action)The action for the rule to either block or allow messages to the destination phone number.PutProtectConfigurationRuleSetNumberOverrideResponse.BuilderPutProtectConfigurationRuleSetNumberOverrideResponse.Builder. action(ProtectConfigurationRuleOverrideAction action)The action for the rule to take.
-