Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
TaskSubmittedEventDetails |
TaskSubmittedEventDetails.clone() |
TaskSubmittedEventDetails |
HistoryEvent.getTaskSubmittedEventDetails() |
TaskSubmittedEventDetails |
TaskSubmittedEventDetails.withOutput(String output)
The response from a connected service when a task has started.
|
TaskSubmittedEventDetails |
TaskSubmittedEventDetails.withResource(String resource)
The service name of the connected service in a task state.
|
TaskSubmittedEventDetails |
TaskSubmittedEventDetails.withResourceType(String resourceType)
The action of the connected service called by a task state.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setTaskSubmittedEventDetails(TaskSubmittedEventDetails taskSubmittedEventDetails) |
HistoryEvent |
HistoryEvent.withTaskSubmittedEventDetails(TaskSubmittedEventDetails taskSubmittedEventDetails) |
Copyright © 2018. All rights reserved.