Uses of Class
com.amazonaws.services.glacier.model.ActionCode
-
Packages that use ActionCode Package Description com.amazonaws.services.glacier.model -
-
Uses of ActionCode in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return ActionCode Modifier and Type Method Description static ActionCode
ActionCode. fromValue(String value)
Use this in place of valueOf.static ActionCode
ActionCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActionCode[]
ActionCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.glacier.model with parameters of type ActionCode Modifier and Type Method Description void
DescribeJobResult. setAction(ActionCode action)
The job type.void
GlacierJobDescription. setAction(ActionCode action)
The job type.DescribeJobResult
DescribeJobResult. withAction(ActionCode action)
The job type.GlacierJobDescription
GlacierJobDescription. withAction(ActionCode action)
The job type.
-