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)
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.
|
Copyright © 2018. All rights reserved.