Uses of Enum Class
software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype
Packages that use HttpIntegrationSubtype
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of HttpIntegrationSubtype in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return HttpIntegrationSubtypeModifier and TypeMethodDescriptiondefault HttpIntegrationSubtypeHttpStepFunctionsIntegrationProps.getSubtype()The subtype of the HTTP integration.final HttpIntegrationSubtypeHttpStepFunctionsIntegrationProps.Jsii$Proxy.getSubtype()Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type HttpIntegrationSubtypeModifier and TypeMethodDescriptionHttpStepFunctionsIntegration.Builder.subtype(HttpIntegrationSubtype subtype) The subtype of the HTTP integration.HttpStepFunctionsIntegrationProps.Builder.subtype(HttpIntegrationSubtype subtype) Sets the value ofHttpStepFunctionsIntegrationProps.getSubtype() -
Uses of HttpIntegrationSubtype in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpIntegrationSubtypeModifier and TypeMethodDescriptiondefault HttpIntegrationSubtypeHttpIntegrationProps.getIntegrationSubtype()Integration subtype.final HttpIntegrationSubtypeHttpIntegrationProps.Jsii$Proxy.getIntegrationSubtype()default HttpIntegrationSubtypeHttpRouteIntegrationConfig.getSubtype()Integration subtype.final HttpIntegrationSubtypeHttpRouteIntegrationConfig.Jsii$Proxy.getSubtype()static HttpIntegrationSubtypeReturns the enum constant of this class with the specified name.static HttpIntegrationSubtype[]HttpIntegrationSubtype.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 HttpIntegrationSubtypeModifier and TypeMethodDescriptionHttpIntegration.Builder.integrationSubtype(HttpIntegrationSubtype integrationSubtype) Integration subtype.HttpIntegrationProps.Builder.integrationSubtype(HttpIntegrationSubtype integrationSubtype) Sets the value ofHttpIntegrationProps.getIntegrationSubtype()HttpRouteIntegrationConfig.Builder.subtype(HttpIntegrationSubtype subtype) Sets the value ofHttpRouteIntegrationConfig.getSubtype()