Uses of Class
software.amazon.awssdk.services.apigateway.model.ApiKeySourceType
-
Packages that use ApiKeySourceType Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of ApiKeySourceType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ApiKeySourceType Modifier and Type Method Description ApiKeySourceTypeCreateRestApiRequest. apiKeySource()The source of the API key for metering requests according to a usage plan.ApiKeySourceTypeCreateRestApiResponse. apiKeySource()The source of the API key for metering requests according to a usage plan.ApiKeySourceTypeGetRestApiResponse. apiKeySource()The source of the API key for metering requests according to a usage plan.ApiKeySourceTypeImportRestApiResponse. apiKeySource()The source of the API key for metering requests according to a usage plan.ApiKeySourceTypePutRestApiResponse. apiKeySource()The source of the API key for metering requests according to a usage plan.ApiKeySourceTypeRestApi. apiKeySource()The source of the API key for metering requests according to a usage plan.ApiKeySourceTypeUpdateRestApiResponse. apiKeySource()The source of the API key for metering requests according to a usage plan.static ApiKeySourceTypeApiKeySourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApiKeySourceTypeApiKeySourceType. 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.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ApiKeySourceType Modifier and Type Method Description static Set<ApiKeySourceType>ApiKeySourceType. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type ApiKeySourceType Modifier and Type Method Description CreateRestApiRequest.BuilderCreateRestApiRequest.Builder. apiKeySource(ApiKeySourceType apiKeySource)The source of the API key for metering requests according to a usage plan.CreateRestApiResponse.BuilderCreateRestApiResponse.Builder. apiKeySource(ApiKeySourceType apiKeySource)The source of the API key for metering requests according to a usage plan.GetRestApiResponse.BuilderGetRestApiResponse.Builder. apiKeySource(ApiKeySourceType apiKeySource)The source of the API key for metering requests according to a usage plan.ImportRestApiResponse.BuilderImportRestApiResponse.Builder. apiKeySource(ApiKeySourceType apiKeySource)The source of the API key for metering requests according to a usage plan.PutRestApiResponse.BuilderPutRestApiResponse.Builder. apiKeySource(ApiKeySourceType apiKeySource)The source of the API key for metering requests according to a usage plan.RestApi.BuilderRestApi.Builder. apiKeySource(ApiKeySourceType apiKeySource)The source of the API key for metering requests according to a usage plan.UpdateRestApiResponse.BuilderUpdateRestApiResponse.Builder. apiKeySource(ApiKeySourceType apiKeySource)The source of the API key for metering requests according to a usage plan.
-