Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static PutMode |
PutMode.fromValue(String value)
Use this in place of valueOf.
|
static PutMode |
PutMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PutMode[] |
PutMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PutRestApiRequest.setMode(PutMode mode)
The
mode query parameter to specify the update mode. |
PutRestApiRequest |
PutRestApiRequest.withMode(PutMode mode)
The
mode query parameter to specify the update mode. |
Copyright © 2018. All rights reserved.