Uses of Enum Class
software.amazon.awscdk.services.apigatewayv2.HttpIntegrationType
Packages that use HttpIntegrationType
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of HttpIntegrationType in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return HttpIntegrationTypeModifier and TypeMethodDescriptionprotected HttpIntegrationTypeHttpAlbIntegration.getIntegrationType()protected HttpIntegrationTypeHttpNlbIntegration.getIntegrationType()protected HttpIntegrationTypeHttpServiceDiscoveryIntegration.getIntegrationType()Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type HttpIntegrationTypeModifier and TypeMethodDescriptionprotected voidHttpAlbIntegration.setIntegrationType(HttpIntegrationType value) protected voidHttpNlbIntegration.setIntegrationType(HttpIntegrationType value) protected voidHttpServiceDiscoveryIntegration.setIntegrationType(HttpIntegrationType value) -
Uses of HttpIntegrationType in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpIntegrationTypeModifier and TypeMethodDescriptionHttpIntegrationProps.getIntegrationType()Integration type.final HttpIntegrationTypeHttpIntegrationProps.Jsii$Proxy.getIntegrationType()HttpRouteIntegrationConfig.getType()Integration type.final HttpIntegrationTypeHttpRouteIntegrationConfig.Jsii$Proxy.getType()static HttpIntegrationTypeReturns the enum constant of this class with the specified name.static HttpIntegrationType[]HttpIntegrationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpIntegrationTypeModifier and TypeMethodDescriptionHttpIntegration.Builder.integrationType(HttpIntegrationType integrationType) Integration type.HttpIntegrationProps.Builder.integrationType(HttpIntegrationType integrationType) Sets the value ofHttpIntegrationProps.getIntegrationType()HttpRouteIntegrationConfig.Builder.type(HttpIntegrationType type) Sets the value ofHttpRouteIntegrationConfig.getType()