Uses of Enum Class
software.amazon.awscdk.services.apigateway.IntegrationType
Packages that use IntegrationType
-
Uses of IntegrationType in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return IntegrationTypeModifier and TypeMethodDescriptionIntegrationConfig.getType()Specifies an API method integration type.final IntegrationTypeIntegrationConfig.Jsii$Proxy.getType()IntegrationProps.getType()Specifies an API method integration type.final IntegrationTypeIntegrationProps.Jsii$Proxy.getType()static IntegrationTypeReturns the enum constant of this class with the specified name.static IntegrationType[]IntegrationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.apigateway with parameters of type IntegrationTypeModifier and TypeMethodDescriptionIntegration.Builder.type(IntegrationType type) Specifies an API method integration type.IntegrationConfig.Builder.type(IntegrationType type) Sets the value ofIntegrationConfig.getType()IntegrationProps.Builder.type(IntegrationType type) Sets the value ofIntegrationProps.getType()