Uses of Enum Class
software.amazon.awscdk.services.apigatewayv2.HttpConnectionType
Packages that use HttpConnectionType
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of HttpConnectionType in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return HttpConnectionTypeModifier and TypeMethodDescriptionprotected HttpConnectionTypeHttpAlbIntegration.getConnectionType()protected HttpConnectionTypeHttpNlbIntegration.getConnectionType()protected HttpConnectionTypeHttpServiceDiscoveryIntegration.getConnectionType()Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type HttpConnectionTypeModifier and TypeMethodDescriptionprotected voidHttpAlbIntegration.setConnectionType(HttpConnectionType value) protected voidHttpNlbIntegration.setConnectionType(HttpConnectionType value) protected voidHttpServiceDiscoveryIntegration.setConnectionType(HttpConnectionType value) -
Uses of HttpConnectionType in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpConnectionTypeModifier and TypeMethodDescriptiondefault HttpConnectionTypeHttpIntegrationProps.getConnectionType()The type of the network connection to the integration endpoint.final HttpConnectionTypeHttpIntegrationProps.Jsii$Proxy.getConnectionType()default HttpConnectionTypeHttpRouteIntegrationConfig.getConnectionType()The type of the network connection to the integration endpoint.final HttpConnectionTypeHttpRouteIntegrationConfig.Jsii$Proxy.getConnectionType()static HttpConnectionTypeReturns the enum constant of this class with the specified name.static HttpConnectionType[]HttpConnectionType.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 HttpConnectionTypeModifier and TypeMethodDescriptionHttpIntegration.Builder.connectionType(HttpConnectionType connectionType) The type of the network connection to the integration endpoint.HttpIntegrationProps.Builder.connectionType(HttpConnectionType connectionType) Sets the value ofHttpIntegrationProps.getConnectionType()HttpRouteIntegrationConfig.Builder.connectionType(HttpConnectionType connectionType) Sets the value ofHttpRouteIntegrationConfig.getConnectionType()