Uses of Class
software.amazon.awscdk.services.apigateway.Deployment
-
Uses of Deployment in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionDeployment.Builder.build()
StageProps.getDeployment()
The deployment that this stage points to [disable-awslint:ref-via-interface].final Deployment
StageProps.Jsii$Proxy.getDeployment()
default Deployment
IRestApi.getLatestDeployment()
API Gateway deployment that represents the latest changes of the API.default Deployment
IRestApi.Jsii$Default.getLatestDeployment()
API Gateway deployment that represents the latest changes of the API.final Deployment
IRestApi.Jsii$Proxy.getLatestDeployment()
API Gateway deployment that represents the latest changes of the API.RestApiBase.getLatestDeployment()
API Gateway deployment that represents the latest changes of the API.Modifier and TypeMethodDescriptionStage.Builder.deployment
(Deployment deployment) The deployment that this stage points to [disable-awslint:ref-via-interface].StageProps.Builder.deployment
(Deployment deployment) Sets the value ofStageProps.getDeployment()