Uses of Enum Class
software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype
Packages that use HttpIntegrationSubtype
-
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()