Uses of Class
software.amazon.awssdk.services.sfn.model.ActivityListItem
Packages that use ActivityListItem
Package
Description
-
Uses of ActivityListItem in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ActivityListItemModifier and TypeMethodDescriptionfinal List<ActivityListItem>ListActivitiesResponse.activities()The list of activities.Methods in software.amazon.awssdk.services.sfn.model with parameters of type ActivityListItemModifier and TypeMethodDescriptionListActivitiesResponse.Builder.activities(ActivityListItem... activities) The list of activities.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type ActivityListItemModifier and TypeMethodDescriptionListActivitiesResponse.Builder.activities(Collection<ActivityListItem> activities) The list of activities. -
Uses of ActivityListItem in software.amazon.awssdk.services.sfn.paginators
Methods in software.amazon.awssdk.services.sfn.paginators that return types with arguments of type ActivityListItemModifier and TypeMethodDescriptionfinal SdkIterable<ActivityListItem>ListActivitiesIterable.activities()Returns an iterable to iterate through the paginatedListActivitiesResponse.activities()member.final SdkPublisher<ActivityListItem>ListActivitiesPublisher.activities()Returns a publisher that can be used to get a stream of data.