Uses of Enum
software.amazon.awscdk.services.events.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return HttpMethodModifier and TypeMethodDescriptiondefault HttpMethodApiDestinationProps.getHttpMethod()The method to use for the request to the HTTP invocation endpoint.final HttpMethodApiDestinationProps.Jsii$Proxy.getHttpMethod()OAuthAuthorizationProps.getHttpMethod()The method to use for the authorization request.final HttpMethodOAuthAuthorizationProps.Jsii$Proxy.getHttpMethod()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.events with parameters of type HttpMethodModifier and TypeMethodDescriptionApiDestination.Builder.httpMethod(HttpMethod httpMethod) The method to use for the request to the HTTP invocation endpoint.ApiDestinationProps.Builder.httpMethod(HttpMethod httpMethod) Sets the value ofApiDestinationProps.getHttpMethod()OAuthAuthorizationProps.Builder.httpMethod(HttpMethod httpMethod) Sets the value ofOAuthAuthorizationProps.getHttpMethod()