Uses of Class
software.amazon.awssdk.services.forecast.model.Operation
-
Packages that use Operation Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of Operation in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return Operation Modifier and Type Method Description static OperationOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperationAction. operation()The operation that is applied to the provided attribute.static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type Operation Modifier and Type Method Description static Set<Operation>Operation. knownValues()Methods in software.amazon.awssdk.services.forecast.model with parameters of type Operation Modifier and Type Method Description Action.BuilderAction.Builder. operation(Operation operation)The operation that is applied to the provided attribute.
-