Uses of Interface
software.amazon.awscdk.services.stepfunctions.INextable
Packages that use INextable
Package
Description
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
Uses of INextable in software.amazon.awscdk.services.stepfunctions
Subinterfaces of INextable in software.amazon.awscdk.services.stepfunctionsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINextable.Classes in software.amazon.awscdk.services.stepfunctions that implement INextableModifier and TypeClassDescriptionclassState defined by supplying Amazon States Language (ASL) in the state machine.classDefine a Distributed Mode Map state in the state machine.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a Map state in the state machine.classDefine a Map state in the state machine.classDefine a Parallel state in the state machine.classDefine a Pass in the state machine.classDefine a Task state in the state machine.classDefine a Wait state in the state machine.Methods in software.amazon.awscdk.services.stepfunctions that return types with arguments of type INextableModifier and TypeMethodDescriptionState.filterNextables(List<? extends State> states) Return only the states that allow chaining from an array of states.Chain.getEndStates()The chainable end state(s) of this chain.Choice.getEndStates()Continuable states of this Chainable.CustomState.getEndStates()Continuable states of this Chainable.Fail.getEndStates()Continuable states of this Chainable.IChainable.getEndStates()The chainable end state(s) of this chainable.IChainable.Jsii$Default.getEndStates()The chainable end state(s) of this chainable.IChainable.Jsii$Proxy.getEndStates()The chainable end state(s) of this chainable.MapBase.getEndStates()Continuable states of this Chainable.Parallel.getEndStates()Continuable states of this Chainable.Pass.getEndStates()Continuable states of this Chainable.State.getEndStates()Continuable states of this Chainable.StateMachineFragment.getEndStates()The states to chain onto if this fragment is used.Succeed.getEndStates()Continuable states of this Chainable.TaskStateBase.getEndStates()Continuable states of this Chainable.Wait.getEndStates()Continuable states of this Chainable.Method parameters in software.amazon.awscdk.services.stepfunctions with type arguments of type INextable -
Uses of INextable in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement INextableModifier and TypeClassDescriptionclassGet an Athena Query Execution as a Task.classGet an Athena Query Results as a Task.classStart an Athena Query as a Task.classStop an Athena Query Execution as a Task.classTask to submits an AWS Batch job from a job definition.classA Step Functions Task to create model customization in Bedrock.classA Step Functions Task to invoke a model in Bedrock.classCall HTTP API endpoint as a Task.classCall REST API endpoint as a Task.classA StepFunctions task to call an AWS service API.classA Step Functions task to call an AWS service API across regions.classStart a CodeBuild Build as a task.classStart a CodeBuild BatchBuild as a task.classA StepFunctions task to call DynamoDeleteItem.classA StepFunctions task to call DynamoGetItem.classA StepFunctions task to call DynamoPutItem.classA StepFunctions task to call DynamoUpdateItem.classRun a Task on ECS or Fargate.classCall a EKS endpoint as a Task.classA Step Functions Task to add a Step to an EMR Cluster.classA Step Functions task to cancel a Step on an EMR Cluster.classTask that creates an EMR Containers virtual cluster from an EKS cluster.classDeletes an EMR Containers virtual cluster as a Task.classStarts a job run.classA Step Functions Task to create an EMR Cluster.classA Step Functions Task to to modify an InstanceFleet on an EMR Cluster.classA Step Functions Task to to modify an InstanceGroup on an EMR Cluster.classA Step Functions Task to to set Termination Protection on an EMR Cluster.classA Step Functions Task to terminate an EMR Cluster.classA Step Functions Task to evaluate an expression.classA StepFunctions Task to send events to an EventBridge event bus.classCreate a new AWS EventBridge Scheduler schedule.classStart a Job run as a Task.classStarts an AWS Glue Crawler in a Task state.classStarts an AWS Glue job in a Task state.classA Step Functions Task to call a public third-party API.classInvoke a Lambda function as a Task.classA Step Functions Task to create a job in MediaConvert.classA Step Functions Task to create a SageMaker endpoint.classA Step Functions Task to create a SageMaker endpoint configuration.classA Step Functions Task to create a SageMaker model.classClass representing the SageMaker Create Training Job task.classClass representing the SageMaker Create Transform Job task.classA Step Functions Task to update a SageMaker endpoint.classA Step Functions Task to publish messages to SNS topic.classA StepFunctions Task to send messages to SQS queue.classA Step Functions Task to invoke an Activity worker.classA Step Functions Task to call StartExecution on another state machine.