Uses of Class
software.amazon.awscdk.services.apigateway.Deployment
Packages that use Deployment
-
Uses of Deployment in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return DeploymentModifier and TypeMethodDescriptionDeployment.Builder.build()StageProps.getDeployment()The deployment that this stage points to [disable-awslint:ref-via-interface].final DeploymentStageProps.Jsii$Proxy.getDeployment()default DeploymentIRestApi.getLatestDeployment()API Gateway deployment that represents the latest changes of the API.default DeploymentIRestApi.Jsii$Default.getLatestDeployment()API Gateway deployment that represents the latest changes of the API.final DeploymentIRestApi.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.Methods in software.amazon.awscdk.services.apigateway with parameters of type DeploymentModifier 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()