Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnMethodPropsMixin.IntegrationProperty
Packages that use CfnMethodPropsMixin.IntegrationProperty
-
Uses of CfnMethodPropsMixin.IntegrationProperty in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Classes in software.amazon.awscdk.cfnpropertymixins.services.apigateway that implement CfnMethodPropsMixin.IntegrationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnMethodPropsMixin.IntegrationPropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnMethodPropsMixin.IntegrationPropertyModifier and TypeMethodDescriptionCfnMethodPropsMixin.IntegrationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway with parameters of type CfnMethodPropsMixin.IntegrationPropertyModifier and TypeMethodDescriptionCfnMethodMixinProps.Builder.integration(CfnMethodPropsMixin.IntegrationProperty integration) Sets the value ofCfnMethodMixinProps.getIntegration()CfnMethodPropsMixin.Builder.integration(CfnMethodPropsMixin.IntegrationProperty integration) Represents anHTTP,HTTP_PROXY,AWS,AWS_PROXY, or Mock integration.