Uses of Class
software.amazon.awssdk.services.apigateway.model.Op
-
Packages that use Op Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of Op in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return Op Modifier and Type Method Description static OpOp. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpPatchOperation. op()An update operation to be performed with this PATCH request.static OpOp. 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 software.amazon.awssdk.services.apigateway.model that return types with arguments of type Op Modifier and Type Method Description static Set<Op>Op. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type Op Modifier and Type Method Description PatchOperation.BuilderPatchOperation.Builder. op(Op op)An update operation to be performed with this PATCH request.
-