Uses of Class
com.amazonaws.services.simpleemail.model.StopScope
-
Packages that use StopScope Package Description com.amazonaws.services.simpleemail.model -
-
Uses of StopScope in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return StopScope Modifier and Type Method Description static StopScopeStopScope. fromValue(String value)Use this in place of valueOf.static StopScopeStopScope. valueOf(String name)Returns the enum constant of this type with the specified name.static StopScope[]StopScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleemail.model with parameters of type StopScope Modifier and Type Method Description voidStopAction. setScope(StopScope scope)The scope to which the Stop action applies.StopActionStopAction. withScope(StopScope scope)The scope to which the Stop action applies.
-