Uses of Enum
software.amazon.awscdk.services.apigatewayv2.HttpMethod
Packages that use HttpMethod
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of HttpMethod in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return HttpMethodModifier and TypeMethodDescriptionprotected HttpMethodHttpAlbIntegration.getHttpMethod()protected HttpMethodHttpNlbIntegration.getHttpMethod()protected HttpMethodHttpServiceDiscoveryIntegration.getHttpMethod()final HttpMethodHttpAlbIntegrationProps.Jsii$Proxy.getMethod()final HttpMethodHttpNlbIntegrationProps.Jsii$Proxy.getMethod()default HttpMethodHttpPrivateIntegrationOptions.getMethod()The HTTP method that must be used to invoke the underlying HTTP proxy.final HttpMethodHttpPrivateIntegrationOptions.Jsii$Proxy.getMethod()final HttpMethodHttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getMethod()default HttpMethodHttpUrlIntegrationProps.getMethod()The HTTP method that must be used to invoke the underlying HTTP proxy.final HttpMethodHttpUrlIntegrationProps.Jsii$Proxy.getMethod()Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpAlbIntegration.Builder.method(HttpMethod method) The HTTP method that must be used to invoke the underlying HTTP proxy.HttpAlbIntegrationProps.Builder.method(HttpMethod method) Sets the value ofHttpPrivateIntegrationOptions.getMethod()HttpNlbIntegration.Builder.method(HttpMethod method) The HTTP method that must be used to invoke the underlying HTTP proxy.HttpNlbIntegrationProps.Builder.method(HttpMethod method) Sets the value ofHttpPrivateIntegrationOptions.getMethod()HttpPrivateIntegrationOptions.Builder.method(HttpMethod method) Sets the value ofHttpPrivateIntegrationOptions.getMethod()HttpServiceDiscoveryIntegration.Builder.method(HttpMethod method) The HTTP method that must be used to invoke the underlying HTTP proxy.HttpServiceDiscoveryIntegrationProps.Builder.method(HttpMethod method) Sets the value ofHttpPrivateIntegrationOptions.getMethod()HttpUrlIntegration.Builder.method(HttpMethod method) The HTTP method that must be used to invoke the underlying HTTP proxy.HttpUrlIntegrationProps.Builder.method(HttpMethod method) Sets the value ofHttpUrlIntegrationProps.getMethod()protected voidHttpAlbIntegration.setHttpMethod(HttpMethod value) protected voidHttpNlbIntegration.setHttpMethod(HttpMethod value) protected voidHttpServiceDiscoveryIntegration.setHttpMethod(HttpMethod value) -
Uses of HttpMethod in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpMethodModifier and TypeMethodDescriptiondefault HttpMethodHttpIntegrationProps.getMethod()The HTTP method to use when calling the underlying HTTP proxy.final HttpMethodHttpIntegrationProps.Jsii$Proxy.getMethod()default HttpMethodHttpRouteIntegrationConfig.getMethod()The HTTP method that must be used to invoke the underlying proxy.final HttpMethodHttpRouteIntegrationConfig.Jsii$Proxy.getMethod()HttpRouteKey.getMethod()The method of the route.static HttpMethodReturns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.apigatewayv2 that return types with arguments of type HttpMethodModifier and TypeMethodDescriptiondefault List<HttpMethod> GrantInvokeOptions.getHttpMethods()The HTTP methods to allow.final List<HttpMethod> GrantInvokeOptions.Jsii$Proxy.getHttpMethods()default List<HttpMethod> AddRoutesOptions.getMethods()The HTTP methods to be configured.final List<HttpMethod> AddRoutesOptions.Jsii$Proxy.getMethods()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpIntegration.Builder.method(HttpMethod method) The HTTP method to use when calling the underlying HTTP proxy.HttpIntegrationProps.Builder.method(HttpMethod method) Sets the value ofHttpIntegrationProps.getMethod()HttpRouteIntegrationConfig.Builder.method(HttpMethod method) Sets the value ofHttpRouteIntegrationConfig.getMethod()static HttpRouteKeyHttpRouteKey.with(String path, HttpMethod method) Create a route key with the combination of the path and the method.Method parameters in software.amazon.awscdk.services.apigatewayv2 with type arguments of type HttpMethodModifier and TypeMethodDescriptionGrantInvokeOptions.Builder.httpMethods(List<? extends HttpMethod> httpMethods) Sets the value ofGrantInvokeOptions.getHttpMethods()AddRoutesOptions.Builder.methods(List<? extends HttpMethod> methods) Sets the value ofAddRoutesOptions.getMethods()