| 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. |
void |
ImportDocumentationPartsRequest.setMode(PutMode mode)
A query parameter to indicate whether to overwrite (
OVERWRITE) any existing
DocumentationParts definition or to merge (MERGE) the new definition into the existing one. |
PutRestApiRequest |
PutRestApiRequest.withMode(PutMode mode)
The
mode query parameter to specify the update mode. |
ImportDocumentationPartsRequest |
ImportDocumentationPartsRequest.withMode(PutMode mode)
A query parameter to indicate whether to overwrite (
OVERWRITE) any existing
DocumentationParts definition or to merge (MERGE) the new definition into the existing one. |
Copyright © 2018. All rights reserved.