Uses of Class
software.amazon.awssdk.services.sfn.model.MapRunListItem
Packages that use MapRunListItem
Package
Description
-
Uses of MapRunListItem in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type MapRunListItemModifier and TypeMethodDescriptionfinal List<MapRunListItem>ListMapRunsResponse.mapRuns()An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and the ARN of the state machine that started the Map Run.Methods in software.amazon.awssdk.services.sfn.model with parameters of type MapRunListItemModifier and TypeMethodDescriptionListMapRunsResponse.Builder.mapRuns(MapRunListItem... mapRuns) An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and the ARN of the state machine that started the Map Run.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type MapRunListItemModifier and TypeMethodDescriptionListMapRunsResponse.Builder.mapRuns(Collection<MapRunListItem> mapRuns) An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and the ARN of the state machine that started the Map Run. -
Uses of MapRunListItem in software.amazon.awssdk.services.sfn.paginators
Methods in software.amazon.awssdk.services.sfn.paginators that return types with arguments of type MapRunListItemModifier and TypeMethodDescriptionfinal SdkIterable<MapRunListItem>ListMapRunsIterable.mapRuns()Returns an iterable to iterate through the paginatedListMapRunsResponse.mapRuns()member.final SdkPublisher<MapRunListItem>ListMapRunsPublisher.mapRuns()Returns a publisher that can be used to get a stream of data.