| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HttpMethod |
ApiDestinationProps.getHttpMethod()
The method to use for the request to the HTTP invocation endpoint.
|
HttpMethod |
ApiDestinationProps.Jsii$Proxy.getHttpMethod() |
HttpMethod |
OAuthAuthorizationProps.getHttpMethod()
The method to use for the authorization request.
|
HttpMethod |
OAuthAuthorizationProps.Jsii$Proxy.getHttpMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
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 Type | Method and Description |
|---|---|
ApiDestinationProps.Builder |
ApiDestinationProps.Builder.httpMethod(HttpMethod httpMethod)
Sets the value of
ApiDestinationProps.getHttpMethod() |
OAuthAuthorizationProps.Builder |
OAuthAuthorizationProps.Builder.httpMethod(HttpMethod httpMethod)
Sets the value of
OAuthAuthorizationProps.getHttpMethod() |
ApiDestination.Builder |
ApiDestination.Builder.httpMethod(HttpMethod httpMethod)
The method to use for the request to the HTTP invocation endpoint.
|
Copyright © 2022. All rights reserved.