| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
CallApiGatewayEndpointBaseProps.getMethod()
Http method for the API.
|
HttpMethod |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getMethod() |
HttpMethod |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getMethod() |
HttpMethod |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getMethod() |
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 |
|---|---|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.method(HttpMethod method)
Sets the value of
CallApiGatewayEndpointBaseProps.getMethod() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.method(HttpMethod method)
Sets the value of
CallApiGatewayEndpointBaseProps.getMethod() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.method(HttpMethod method)
Sets the value of
CallApiGatewayEndpointBaseProps.getMethod() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.method(HttpMethod method)
Http method for the API.
|
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.method(HttpMethod method)
Http method for the API.
|
Copyright © 2022. All rights reserved.