| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethods |
EksCallProps.getHttpMethod()
(experimental) HTTP method ("GET", "POST", "PUT", ...) part of HTTP request.
|
HttpMethods |
EksCallProps.Jsii$Proxy.getHttpMethod() |
static HttpMethods |
HttpMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethods[] |
HttpMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EksCall.Builder |
EksCall.Builder.httpMethod(HttpMethods httpMethod)
(experimental) HTTP method ("GET", "POST", "PUT", ...) part of HTTP request.
|
EksCallProps.Builder |
EksCallProps.Builder.httpMethod(HttpMethods httpMethod)
Sets the value of
EksCallProps.getHttpMethod() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
HttpMethods httpMethod,
String httpPath,
Map<String,? extends List<String>> queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EksCallProps.Builder. |
Copyright © 2021. All rights reserved.