| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiDestinationHttpMethod |
ApiDestinationHttpMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ApiDestinationHttpMethod |
ApiDestination.httpMethod()
The method to use to connect to the HTTP endpoint.
|
ApiDestinationHttpMethod |
DescribeApiDestinationResponse.httpMethod()
The method to use to connect to the HTTP endpoint.
|
ApiDestinationHttpMethod |
UpdateApiDestinationRequest.httpMethod()
The method to use for the API destination.
|
ApiDestinationHttpMethod |
CreateApiDestinationRequest.httpMethod()
The method to use for the request to the HTTP invocation endpoint.
|
static ApiDestinationHttpMethod |
ApiDestinationHttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiDestinationHttpMethod[] |
ApiDestinationHttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ApiDestinationHttpMethod> |
ApiDestinationHttpMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApiDestination.Builder |
ApiDestination.Builder.httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use to connect to the HTTP endpoint.
|
DescribeApiDestinationResponse.Builder |
DescribeApiDestinationResponse.Builder.httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use to connect to the HTTP endpoint.
|
UpdateApiDestinationRequest.Builder |
UpdateApiDestinationRequest.Builder.httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use for the API destination.
|
CreateApiDestinationRequest.Builder |
CreateApiDestinationRequest.Builder.httpMethod(ApiDestinationHttpMethod httpMethod)
The method to use for the request to the HTTP invocation endpoint.
|
Copyright © 2022. All rights reserved.