Uses of Class
software.amazon.awssdk.services.sfn.model.MapRunListItem
-
Packages that use MapRunListItem Package Description software.amazon.awssdk.services.sfn.model software.amazon.awssdk.services.sfn.paginators -
-
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 MapRunListItem Modifier and Type Method Description 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 MapRunListItem Modifier and Type Method Description ListMapRunsResponse.BuilderListMapRunsResponse.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 MapRunListItem Modifier and Type Method Description ListMapRunsResponse.BuilderListMapRunsResponse.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 MapRunListItem Modifier and Type Method Description SdkIterable<MapRunListItem>ListMapRunsIterable. mapRuns()Returns an iterable to iterate through the paginatedListMapRunsResponse.mapRuns()member.SdkPublisher<MapRunListItem>ListMapRunsPublisher. mapRuns()Returns a publisher that can be used to get a stream of data.
-