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 ActionCodeActionCode. fromValue(String value)Use this in place of valueOf.static ActionCodeActionCode. 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 voidDescribeJobResult. setAction(ActionCode action)The job type.voidGlacierJobDescription. setAction(ActionCode action)The job type.DescribeJobResultDescribeJobResult. withAction(ActionCode action)The job type.GlacierJobDescriptionGlacierJobDescription. withAction(ActionCode action)The job type.
-