Uses of Interface
software.amazon.awssdk.services.sfn.model.ListMapRunsResponse.Builder
Packages that use ListMapRunsResponse.Builder
-
Uses of ListMapRunsResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ListMapRunsResponse.BuilderModifier and TypeMethodDescriptionstatic ListMapRunsResponse.BuilderListMapRunsResponse.builder()ListMapRunsResponse.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.ListMapRunsResponse.Builder.mapRuns(Consumer<MapRunListItem.Builder>... 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.ListMapRunsResponse.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.IfnextTokenis returned, there are more results available.ListMapRunsResponse.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ListMapRunsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListMapRunsResponse.Builder>ListMapRunsResponse.serializableBuilderClass()