| Package | Description | 
|---|---|
| com.amazonaws.services.iot.model | 
| Modifier and Type | Method and Description | 
|---|---|
StepFunctionsAction | 
StepFunctionsAction.clone()  | 
StepFunctionsAction | 
Action.getStepFunctions()
 Starts execution of a Step Functions state machine. 
 | 
StepFunctionsAction | 
StepFunctionsAction.withExecutionNamePrefix(String executionNamePrefix)
 (Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID. 
 | 
StepFunctionsAction | 
StepFunctionsAction.withRoleArn(String roleArn)
 The ARN of the role that grants IoT permission to start execution of a state machine
 ("Action":"states:StartExecution"). 
 | 
StepFunctionsAction | 
StepFunctionsAction.withStateMachineName(String stateMachineName)
 The name of the Step Functions state machine whose execution will be started. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Action.setStepFunctions(StepFunctionsAction stepFunctions)
 Starts execution of a Step Functions state machine. 
 | 
Action | 
Action.withStepFunctions(StepFunctionsAction stepFunctions)
 Starts execution of a Step Functions state machine. 
 | 
Copyright © 2020. All rights reserved.