| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeTargetStateMachineParameters |
PipeTargetStateMachineParameters.clone() |
PipeTargetStateMachineParameters |
PipeTargetParameters.getStepFunctionStateMachineParameters()
The parameters for using a Step Functions state machine as a target.
|
PipeTargetStateMachineParameters |
PipeTargetStateMachineParameters.withInvocationType(PipeTargetInvocationType invocationType)
Specify whether to invoke the Step Functions state machine synchronously or asynchronously.
|
PipeTargetStateMachineParameters |
PipeTargetStateMachineParameters.withInvocationType(String invocationType)
Specify whether to invoke the Step Functions state machine synchronously or asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeTargetParameters.setStepFunctionStateMachineParameters(PipeTargetStateMachineParameters stepFunctionStateMachineParameters)
The parameters for using a Step Functions state machine as a target.
|
PipeTargetParameters |
PipeTargetParameters.withStepFunctionStateMachineParameters(PipeTargetStateMachineParameters stepFunctionStateMachineParameters)
The parameters for using a Step Functions state machine as a target.
|
Copyright © 2024. All rights reserved.