Uses of Interface
software.amazon.awscdk.services.apigateway.IApiKey
Packages that use IApiKey
-
Uses of IApiKey in software.amazon.awscdk.services.apigateway
Subinterfaces of IApiKey in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApiKey.Classes in software.amazon.awscdk.services.apigateway that implement IApiKeyModifier and TypeClassDescriptionclassAn API Gateway ApiKey.static final classA proxy class which represents a concrete javascript instance of this type.classAn API Gateway ApiKey, for which a rate limiting configuration can be specified.Methods in software.amazon.awscdk.services.apigateway that return IApiKeyModifier and TypeMethodDescriptionAdd an ApiKey.RestApiBase.addApiKey(String id, ApiKeyOptions options) Add an ApiKey.static IApiKeyApiKey.fromApiKeyId(software.constructs.Construct scope, String id, String apiKeyId) Import an ApiKey by its Id.default IApiKeyUsagePlanProps.getApiKey()Deprecated.final IApiKeyUsagePlanProps.Jsii$Proxy.getApiKey()Methods in software.amazon.awscdk.services.apigateway with parameters of type IApiKeyModifier and TypeMethodDescriptionvoidAdds an ApiKey.voidIUsagePlan.addApiKey(IApiKey apiKey, AddApiKeyOptions options) Adds an ApiKey.default voidIUsagePlan.Jsii$Default.addApiKey(IApiKey apiKey, AddApiKeyOptions options) Adds an ApiKey.final voidAdds an ApiKey.final voidIUsagePlan.Jsii$Proxy.addApiKey(IApiKey apiKey, AddApiKeyOptions options) Adds an ApiKey.voidAdds an ApiKey.voidUsagePlan.addApiKey(IApiKey apiKey, AddApiKeyOptions options) Adds an ApiKey.Deprecated.useaddApiKey()Deprecated.use `addApiKey()`
addApiKey()