Uses of Interface
software.amazon.awscdk.services.apigatewayv2.HttpStageOptions
Packages that use HttpStageOptions
-
Uses of HttpStageOptions in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of HttpStageOptions in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptioninterfaceProperties to initialize an instance ofHttpStage.Classes in software.amazon.awscdk.services.apigatewayv2 that implement HttpStageOptionsModifier and TypeClassDescriptionstatic final classAn implementation forHttpStageOptionsstatic final classAn implementation forHttpStagePropsMethods in software.amazon.awscdk.services.apigatewayv2 that return HttpStageOptionsModifier and TypeMethodDescriptionHttpStageOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpStageOptionsModifier and TypeMethodDescriptionHttpApi.addStage(String id, HttpStageOptions options) Add a new stage.