| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchOperation.setOp(Op op)
An update operation to be performed with this PATCH request.
|
PatchOperation |
PatchOperation.withOp(Op op)
An update operation to be performed with this PATCH request.
|
Copyright © 2016. All rights reserved.