Uses of Class
com.amazonaws.services.apigateway.model.Op
-
Packages that use Op Package Description com.amazonaws.services.apigateway.model -
-
Uses of Op in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return Op Modifier and Type Method Description static Op
Op. fromValue(String value)
Use this in place of valueOf.static Op
Op. valueOf(String name)
Returns the enum constant of this type with the specified name.static Op[]
Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.apigateway.model with parameters of type Op Modifier and Type Method Description void
PatchOperation. setOp(Op op)
A patch operation whose value indicates the operation to perform.PatchOperation
PatchOperation. withOp(Op op)
A patch operation whose value indicates the operation to perform.
-