Uses of Class
software.amazon.awscdk.services.stepfunctions.StateMachine
Packages that use StateMachine
Package
Description
AWS APIGatewayv2 Integrations
AWS Step Functions Construct Library
-
Uses of StateMachine in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return StateMachineModifier and TypeMethodDescriptionHttpStepFunctionsIntegrationProps.getStateMachine()Statemachine that Integrates with API Gateway.final StateMachineHttpStepFunctionsIntegrationProps.Jsii$Proxy.getStateMachine()Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type StateMachineModifier and TypeMethodDescriptionHttpStepFunctionsIntegration.Builder.stateMachine(StateMachine stateMachine) Statemachine that Integrates with API Gateway.HttpStepFunctionsIntegrationProps.Builder.stateMachine(StateMachine stateMachine) Sets the value ofHttpStepFunctionsIntegrationProps.getStateMachine() -
Uses of StateMachine in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return StateMachineMethods in software.amazon.awscdk.services.stepfunctions with parameters of type StateMachineModifier and TypeMethodDescriptionvoidStateGraph.bind(StateMachine stateMachine) Binds this StateGraph to the StateMachine it defines and updates state machine permissions if there are DistributedMap states.