| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
ActivityListItem | 
ActivityListItem.clone()  | 
ActivityListItem | 
ActivityListItem.withActivityArn(String activityArn)
 The Amazon Resource Name (ARN) that identifies the activity. 
 | 
ActivityListItem | 
ActivityListItem.withCreationDate(Date creationDate)
 The date the activity is created. 
 | 
ActivityListItem | 
ActivityListItem.withName(String name)
 The name of the activity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ActivityListItem> | 
ListActivitiesResult.getActivities()
 The list of activities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListActivitiesResult | 
ListActivitiesResult.withActivities(ActivityListItem... activities)
 The list of activities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ListActivitiesResult.setActivities(Collection<ActivityListItem> activities)
 The list of activities. 
 | 
ListActivitiesResult | 
ListActivitiesResult.withActivities(Collection<ActivityListItem> activities)
 The list of activities. 
 | 
Copyright © 2024. All rights reserved.