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 StopScope
StopScope. fromValue(String value)
Use this in place of valueOf.static StopScope
StopScope. 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 void
StopAction. setScope(StopScope scope)
The scope to which the Stop action applies.StopAction
StopAction. withScope(StopScope scope)
The scope to which the Stop action applies.
-