| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
TaskScheduledEventDetails | 
TaskScheduledEventDetails.clone()  | 
TaskScheduledEventDetails | 
HistoryEvent.getTaskScheduledEventDetails()
 Contains details about a task that was scheduled. 
 | 
TaskScheduledEventDetails | 
TaskScheduledEventDetails.withParameters(String parameters)
 The JSON data passed to the resource referenced in a task state. 
 | 
TaskScheduledEventDetails | 
TaskScheduledEventDetails.withRegion(String region)
 The region of the scheduled task 
 | 
TaskScheduledEventDetails | 
TaskScheduledEventDetails.withResource(String resource)
 The service name of the resource in a task state. 
 | 
TaskScheduledEventDetails | 
TaskScheduledEventDetails.withResourceType(String resourceType)
 The action of the resource called by a task state. 
 | 
TaskScheduledEventDetails | 
TaskScheduledEventDetails.withTimeoutInSeconds(Long timeoutInSeconds)
 The maximum allowed duration of the task. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setTaskScheduledEventDetails(TaskScheduledEventDetails taskScheduledEventDetails)
 Contains details about a task that was scheduled. 
 | 
HistoryEvent | 
HistoryEvent.withTaskScheduledEventDetails(TaskScheduledEventDetails taskScheduledEventDetails)
 Contains details about a task that was scheduled. 
 | 
Copyright © 2020. All rights reserved.