Uses of Class
software.amazon.awssdk.services.sfn.model.StateMachineTypeNotSupportedException
Packages that use StateMachineTypeNotSupportedException
-
Uses of StateMachineTypeNotSupportedException in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that throw StateMachineTypeNotSupportedExceptionModifier and TypeMethodDescriptiondefault CreateStateMachineResponseSfnClient.createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest) Creates a state machine.default CreateStateMachineResponseSfnClient.createStateMachine(CreateStateMachineRequest createStateMachineRequest) Creates a state machine.default ListExecutionsResponseSfnClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) Lists all executions of a state machine or a Map Run.default ListExecutionsResponseSfnClient.listExecutions(ListExecutionsRequest listExecutionsRequest) Lists all executions of a state machine or a Map Run.default ListExecutionsIterableSfnClient.listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) This is a variant ofSfnClient.listExecutions(software.amazon.awssdk.services.sfn.model.ListExecutionsRequest)operation.default ListExecutionsIterableSfnClient.listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest) This is a variant ofSfnClient.listExecutions(software.amazon.awssdk.services.sfn.model.ListExecutionsRequest)operation.default StartSyncExecutionResponseSfnClient.startSyncExecution(Consumer<StartSyncExecutionRequest.Builder> startSyncExecutionRequest) Starts a Synchronous Express state machine execution.default StartSyncExecutionResponseSfnClient.startSyncExecution(StartSyncExecutionRequest startSyncExecutionRequest) Starts a Synchronous Express state machine execution.