Uses of Enum Class
software.amazon.awscdk.services.apigateway.ApiKeySourceType
Packages that use ApiKeySourceType
-
Uses of ApiKeySourceType in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return ApiKeySourceTypeModifier and TypeMethodDescriptionfinal ApiKeySourceTypeLambdaRestApiProps.Jsii$Proxy.getApiKeySourceType()default ApiKeySourceTypeRestApiProps.getApiKeySourceType()The source of the API key for metering requests according to a usage plan.final ApiKeySourceTypeRestApiProps.Jsii$Proxy.getApiKeySourceType()final ApiKeySourceTypeStepFunctionsRestApiProps.Jsii$Proxy.getApiKeySourceType()static ApiKeySourceTypeReturns the enum constant of this class with the specified name.static ApiKeySourceType[]ApiKeySourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.apigateway with parameters of type ApiKeySourceTypeModifier and TypeMethodDescriptionLambdaRestApi.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType) The source of the API key for metering requests according to a usage plan.LambdaRestApiProps.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType) Sets the value ofRestApiProps.getApiKeySourceType()RestApi.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType) The source of the API key for metering requests according to a usage plan.RestApiProps.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType) Sets the value ofRestApiProps.getApiKeySourceType()StepFunctionsRestApi.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType) The source of the API key for metering requests according to a usage plan.StepFunctionsRestApiProps.Builder.apiKeySourceType(ApiKeySourceType apiKeySourceType) Sets the value ofRestApiProps.getApiKeySourceType()