| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static PutMode |
PutMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PutMode |
PutRestApiRequest.mode()
The
mode query parameter to specify the update mode. |
PutMode |
ImportDocumentationPartsRequest.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. |
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 |
|---|---|
static Set<PutMode> |
PutMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutRestApiRequest.Builder |
PutRestApiRequest.Builder.mode(PutMode mode)
The
mode query parameter to specify the update mode. |
ImportDocumentationPartsRequest.Builder |
ImportDocumentationPartsRequest.Builder.mode(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 © 2023. All rights reserved.