Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.CallApiGatewayHttpApiEndpointJsonPathProps
Packages that use CallApiGatewayHttpApiEndpointJsonPathProps
Package
Description
Tasks for AWS Step Functions
-
Uses of CallApiGatewayHttpApiEndpointJsonPathProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement CallApiGatewayHttpApiEndpointJsonPathPropsModifier and TypeClassDescriptionstatic final classAn implementation forCallApiGatewayHttpApiEndpointJsonPathPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return CallApiGatewayHttpApiEndpointJsonPathPropsModifier and TypeMethodDescriptionCallApiGatewayHttpApiEndpointJsonPathProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type CallApiGatewayHttpApiEndpointJsonPathPropsModifier and TypeMethodDescriptionCallApiGatewayHttpApiEndpoint.jsonPath(software.constructs.Construct scope, String id, CallApiGatewayHttpApiEndpointJsonPathProps props) Call HTTP API endpoint as a Task using JSONPath.