| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.Builder.build() |
Stage |
RestApiBase.getDeploymentStage()
API Gateway stage that points to the latest deployment (if defined).
|
Stage |
IRestApi.getDeploymentStage()
API Gateway stage that points to the latest deployment (if defined).
|
Stage |
IRestApi.Jsii$Proxy.getDeploymentStage()
API Gateway stage that points to the latest deployment (if defined).
|
default Stage |
IRestApi.Jsii$Default.getDeploymentStage()
API Gateway stage that points to the latest deployment (if defined).
|
default Stage |
BasePathMappingOptions.getStage()
The Deployment stage of API [disable-awslint:ref-via-interface].
|
Stage |
BasePathMappingOptions.Jsii$Proxy.getStage() |
Stage |
BasePathMappingProps.Jsii$Proxy.getStage() |
default Stage |
UsagePlanPerApiStage.getStage()
[disable-awslint:ref-via-interface].
|
Stage |
UsagePlanPerApiStage.Jsii$Proxy.getStage() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestApiBase.setDeploymentStage(Stage value)
API Gateway stage that points to the latest deployment (if defined).
|
void |
IRestApi.setDeploymentStage(Stage value)
API Gateway stage that points to the latest deployment (if defined).
|
void |
IRestApi.Jsii$Proxy.setDeploymentStage(Stage value)
API Gateway stage that points to the latest deployment (if defined).
|
default void |
IRestApi.Jsii$Default.setDeploymentStage(Stage value)
API Gateway stage that points to the latest deployment (if defined).
|
BasePathMappingOptions.Builder |
BasePathMappingOptions.Builder.stage(Stage stage)
Sets the value of
BasePathMappingOptions.getStage() |
BasePathMappingProps.Builder |
BasePathMappingProps.Builder.stage(Stage stage)
Sets the value of
BasePathMappingOptions.getStage() |
BasePathMapping.Builder |
BasePathMapping.Builder.stage(Stage stage)
The Deployment stage of API [disable-awslint:ref-via-interface].
|
UsagePlanPerApiStage.Builder |
UsagePlanPerApiStage.Builder.stage(Stage stage)
Sets the value of
UsagePlanPerApiStage.getStage() |
Copyright © 2022. All rights reserved.