Class IUsagePlan.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.IUsagePlan.Jsii$Proxy
All Implemented Interfaces:
IUsagePlanRef, IUsagePlanRef.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IUsagePlan, IUsagePlan.Jsii$Default, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default
Enclosing interface:
IUsagePlan

@Internal public static final class IUsagePlan.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IUsagePlan.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • addApiKey

      @Stability(Stable) public final void addApiKey(@NotNull IApiKeyRef apiKey)
      Adds an ApiKey.

      Specified by:
      addApiKey in interface IUsagePlan
      Specified by:
      addApiKey in interface IUsagePlan.Jsii$Default
      Parameters:
      apiKey - the api key to associate with this usage plan. This parameter is required.