Uses of Enum
software.amazon.awscdk.services.events.HttpMethod
-
Uses of HttpMethod in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptiondefault HttpMethod
ApiDestinationProps.getHttpMethod()
The method to use for the request to the HTTP invocation endpoint.final HttpMethod
ApiDestinationProps.Jsii$Proxy.getHttpMethod()
OAuthAuthorizationProps.getHttpMethod()
The method to use for the authorization request.final HttpMethod
OAuthAuthorizationProps.Jsii$Proxy.getHttpMethod()
static HttpMethod
Returns 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.Modifier 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()