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