| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiDestinationHttpMethod |
ApiDestinationHttpMethod.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateApiDestinationRequest |
UpdateApiDestinationRequest.withHttpMethod(ApiDestinationHttpMethod httpMethod)
The method to use for the API destination.
|
DescribeApiDestinationResult |
DescribeApiDestinationResult.withHttpMethod(ApiDestinationHttpMethod httpMethod)
The method to use to connect to the HTTP endpoint.
|
CreateApiDestinationRequest |
CreateApiDestinationRequest.withHttpMethod(ApiDestinationHttpMethod httpMethod)
The method to use for the request to the HTTP invocation endpoint.
|
ApiDestination |
ApiDestination.withHttpMethod(ApiDestinationHttpMethod httpMethod)
The method to use to connect to the HTTP endpoint.
|
Copyright © 2023. All rights reserved.