| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
ApiKeySourceType |
ImportRestApiResponse.apiKeySource()
The source of the API key for metering requests according to a usage plan.
|
ApiKeySourceType |
RestApi.apiKeySource()
The source of the API key for metering requests according to a usage plan.
|
ApiKeySourceType |
GetRestApiResponse.apiKeySource()
The source of the API key for metering requests according to a usage plan.
|
ApiKeySourceType |
UpdateRestApiResponse.apiKeySource()
The source of the API key for metering requests according to a usage plan.
|
ApiKeySourceType |
CreateRestApiResponse.apiKeySource()
The source of the API key for metering requests according to a usage plan.
|
ApiKeySourceType |
PutRestApiResponse.apiKeySource()
The source of the API key for metering requests according to a usage plan.
|
ApiKeySourceType |
CreateRestApiRequest.apiKeySource()
The source of the API key for metering requests according to a usage plan.
|
static ApiKeySourceType |
ApiKeySourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ApiKeySourceType> |
ApiKeySourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
RestApi.Builder |
RestApi.Builder.apiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
GetRestApiResponse.Builder |
GetRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
UpdateRestApiResponse.Builder |
UpdateRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
CreateRestApiResponse.Builder |
CreateRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
PutRestApiResponse.Builder |
PutRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
CreateRestApiRequest.Builder |
CreateRestApiRequest.Builder.apiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
Copyright © 2023. All rights reserved.