Uses of Interface
software.amazon.awscdk.services.sam.CfnHttpApi.RouteSettingsProperty
-
Uses of CfnHttpApi.RouteSettingsProperty in software.amazon.awscdk.services.sam
Classes in software.amazon.awscdk.services.sam that implement CfnHttpApi.RouteSettingsPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnHttpApi.RouteSettingsPropertyMethods in software.amazon.awscdk.services.sam that return CfnHttpApi.RouteSettingsPropertyModifier and TypeMethodDescriptionCfnHttpApi.RouteSettingsProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.sam with parameters of type CfnHttpApi.RouteSettingsPropertyModifier and TypeMethodDescriptionCfnHttpApi.Builder.defaultRouteSettings(CfnHttpApi.RouteSettingsProperty defaultRouteSettings) `AWS::Serverless::HttpApi.DefaultRouteSettings`.CfnHttpApiProps.Builder.defaultRouteSettings(CfnHttpApi.RouteSettingsProperty defaultRouteSettings) Sets the value ofCfnHttpApiProps.getDefaultRouteSettings()CfnHttpApi.Builder.routeSettings(CfnHttpApi.RouteSettingsProperty routeSettings) `AWS::Serverless::HttpApi.RouteSettings`.CfnHttpApiProps.Builder.routeSettings(CfnHttpApi.RouteSettingsProperty routeSettings) Sets the value ofCfnHttpApiProps.getRouteSettings()voidCfnHttpApi.setDefaultRouteSettings(CfnHttpApi.RouteSettingsProperty value) `AWS::Serverless::HttpApi.DefaultRouteSettings`.voidCfnHttpApi.setRouteSettings(CfnHttpApi.RouteSettingsProperty value) `AWS::Serverless::HttpApi.RouteSettings`.