| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiKeySourceType |
ApiKeySourceType.fromValue(String value)
Use this in place of valueOf.
|
static ApiKeySourceType |
ApiKeySourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiKeySourceType[] |
ApiKeySourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRestApiResult |
UpdateRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
PutRestApiResult |
PutRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
CreateRestApiRequest |
CreateRestApiRequest.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
CreateRestApiResult |
CreateRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
RestApi |
RestApi.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
ImportRestApiResult |
ImportRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
GetRestApiResult |
GetRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
Copyright © 2022. All rights reserved.