Uses of Class
software.amazon.awssdk.services.glacier.model.ActionCode
-
Packages that use ActionCode Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of ActionCode in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return ActionCode Modifier and Type Method Description ActionCodeDescribeJobResponse. action()The job type.ActionCodeGlacierJobDescription. action()The job type.static ActionCodeActionCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.glacier.model that return types with arguments of type ActionCode Modifier and Type Method Description static Set<ActionCode>ActionCode. knownValues()Methods in software.amazon.awssdk.services.glacier.model with parameters of type ActionCode Modifier and Type Method Description DescribeJobResponse.BuilderDescribeJobResponse.Builder. action(ActionCode action)The job type.GlacierJobDescription.BuilderGlacierJobDescription.Builder. action(ActionCode action)The job type.
-