| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.Builder.build() |
Stage |
IRestApi.getDeploymentStage()
(experimental) API Gateway stage that points to the latest deployment (if defined).
|
Stage |
IRestApi.Jsii$Proxy.getDeploymentStage()
(experimental) API Gateway stage that points to the latest deployment (if defined).
|
default Stage |
IRestApi.Jsii$Default.getDeploymentStage()
(experimental) API Gateway stage that points to the latest deployment (if defined).
|
Stage |
RestApiBase.getDeploymentStage()
(experimental) API Gateway stage that points to the latest deployment (if defined).
|
default Stage |
UsagePlanPerApiStage.getStage()
(experimental) [disable-awslint:ref-via-interface].
|
Stage |
UsagePlanPerApiStage.Jsii$Proxy.getStage() |
Stage |
BasePathMappingProps.Jsii$Proxy.getStage() |
default Stage |
BasePathMappingOptions.getStage()
(experimental) The Deployment stage of API [disable-awslint:ref-via-interface].
|
Stage |
BasePathMappingOptions.Jsii$Proxy.getStage() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRestApi.setDeploymentStage(Stage value)
(experimental) API Gateway stage that points to the latest deployment (if defined).
|
void |
IRestApi.Jsii$Proxy.setDeploymentStage(Stage value)
(experimental) API Gateway stage that points to the latest deployment (if defined).
|
default void |
IRestApi.Jsii$Default.setDeploymentStage(Stage value)
(experimental) API Gateway stage that points to the latest deployment (if defined).
|
void |
RestApiBase.setDeploymentStage(Stage value)
(experimental) API Gateway stage that points to the latest deployment (if defined).
|
BasePathMapping.Builder |
BasePathMapping.Builder.stage(Stage stage)
(experimental) The Deployment stage of API [disable-awslint:ref-via-interface].
|
UsagePlanPerApiStage.Builder |
UsagePlanPerApiStage.Builder.stage(Stage stage)
Sets the value of
UsagePlanPerApiStage.getStage() |
BasePathMappingProps.Builder |
BasePathMappingProps.Builder.stage(Stage stage)
Sets the value of
BasePathMappingOptions.getStage() |
BasePathMappingOptions.Builder |
BasePathMappingOptions.Builder.stage(Stage stage)
Sets the value of
BasePathMappingOptions.getStage() |
| Constructor and Description |
|---|
Jsii$Proxy(IDomainName domainName,
IRestApi restApi,
String basePath,
Stage stage)
Constructor that initializes the object based on literal property values passed by the
BasePathMappingProps.Builder. |
Jsii$Proxy(IRestApi api,
Stage stage,
List<? extends ThrottlingPerMethod> throttle)
Constructor that initializes the object based on literal property values passed by the
UsagePlanPerApiStage.Builder. |
Jsii$Proxy(String basePath,
Stage stage)
Constructor that initializes the object based on literal property values passed by the
BasePathMappingOptions.Builder. |
Copyright © 2021. All rights reserved.