Uses of Interface
software.amazon.awscdk.services.apigateway.CfnMethod.IntegrationProperty
Packages that use CfnMethod.IntegrationProperty
-
Uses of CfnMethod.IntegrationProperty in software.amazon.awscdk.services.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement CfnMethod.IntegrationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnMethod.IntegrationPropertyMethods in software.amazon.awscdk.services.apigateway that return CfnMethod.IntegrationPropertyModifier and TypeMethodDescriptionCfnMethod.IntegrationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.apigateway with parameters of type CfnMethod.IntegrationPropertyModifier and TypeMethodDescriptionCfnMethod.Builder.integration(CfnMethod.IntegrationProperty integration) Represents anHTTP,HTTP_PROXY,AWS,AWS_PROXY, or Mock integration.CfnMethodProps.Builder.integration(CfnMethod.IntegrationProperty integration) Sets the value ofCfnMethodProps.getIntegration()voidCfnMethod.setIntegration(CfnMethod.IntegrationProperty value) Represents anHTTP,HTTP_PROXY,AWS,AWS_PROXY, or Mock integration.