| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
ApiKeysFormat |
ImportApiKeysRequest.format()
A query parameter to specify the input format to imported API keys.
|
static ApiKeysFormat |
ApiKeysFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ApiKeysFormat |
ApiKeysFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiKeysFormat[] |
ApiKeysFormat.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<ApiKeysFormat> |
ApiKeysFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImportApiKeysRequest.Builder |
ImportApiKeysRequest.Builder.format(ApiKeysFormat format)
A query parameter to specify the input format to imported API keys.
|
Copyright © 2023. All rights reserved.