Uses of Interface
software.amazon.awscdk.services.apigateway.StageOptions
Packages that use StageOptions
-
Uses of StageOptions in software.amazon.awscdk.services.apigateway
Subinterfaces of StageOptions in software.amazon.awscdk.services.apigatewayClasses in software.amazon.awscdk.services.apigateway that implement StageOptionsModifier and TypeClassDescriptionstatic final classAn implementation forStageOptionsstatic final classAn implementation forStagePropsMethods in software.amazon.awscdk.services.apigateway that return StageOptionsModifier and TypeMethodDescriptionStageOptions.Builder.build()Builds the configured instance.final StageOptionsLambdaRestApiProps.Jsii$Proxy.getDeployOptions()default StageOptionsRestApiBaseProps.getDeployOptions()Options for the API Gateway stage that will always point to the latest deployment whendeployis enabled.final StageOptionsRestApiBaseProps.Jsii$Proxy.getDeployOptions()final StageOptionsRestApiProps.Jsii$Proxy.getDeployOptions()final StageOptionsSpecRestApiProps.Jsii$Proxy.getDeployOptions()final StageOptionsStepFunctionsRestApiProps.Jsii$Proxy.getDeployOptions()Methods in software.amazon.awscdk.services.apigateway with parameters of type StageOptionsModifier and TypeMethodDescriptionLambdaRestApi.Builder.deployOptions(StageOptions deployOptions) Options for the API Gateway stage that will always point to the latest deployment whendeployis enabled.LambdaRestApiProps.Builder.deployOptions(StageOptions deployOptions) Sets the value ofRestApiBaseProps.getDeployOptions()RestApi.Builder.deployOptions(StageOptions deployOptions) Options for the API Gateway stage that will always point to the latest deployment whendeployis enabled.RestApiBaseProps.Builder.deployOptions(StageOptions deployOptions) Sets the value ofRestApiBaseProps.getDeployOptions()RestApiProps.Builder.deployOptions(StageOptions deployOptions) Sets the value ofRestApiBaseProps.getDeployOptions()SpecRestApi.Builder.deployOptions(StageOptions deployOptions) Options for the API Gateway stage that will always point to the latest deployment whendeployis enabled.SpecRestApiProps.Builder.deployOptions(StageOptions deployOptions) Sets the value ofRestApiBaseProps.getDeployOptions()StepFunctionsRestApi.Builder.deployOptions(StageOptions deployOptions) Options for the API Gateway stage that will always point to the latest deployment whendeployis enabled.StepFunctionsRestApiProps.Builder.deployOptions(StageOptions deployOptions) Sets the value ofRestApiBaseProps.getDeployOptions()