Uses of Enum
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 HttpIntegrationType
HttpAlbIntegration.getIntegrationType()
protected HttpIntegrationType
HttpNlbIntegration.getIntegrationType()
protected HttpIntegrationType
HttpServiceDiscoveryIntegration.getIntegrationType()
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type HttpIntegrationTypeModifier and TypeMethodDescriptionprotected void
HttpAlbIntegration.setIntegrationType
(HttpIntegrationType value) protected void
HttpNlbIntegration.setIntegrationType
(HttpIntegrationType value) protected void
HttpServiceDiscoveryIntegration.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 HttpIntegrationType
HttpIntegrationProps.Jsii$Proxy.getIntegrationType()
HttpRouteIntegrationConfig.getType()
Integration type.final HttpIntegrationType
HttpRouteIntegrationConfig.Jsii$Proxy.getType()
static HttpIntegrationType
Returns the enum constant of this type with the specified name.static HttpIntegrationType[]
HttpIntegrationType.values()
Returns an array containing the constants of this enum type, 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()