Uses of Class
software.amazon.awssdk.services.sfn.model.UpdateMapRunResponse
-
Packages that use UpdateMapRunResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of UpdateMapRunResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return UpdateMapRunResponse Modifier and Type Method Description default UpdateMapRunResponseSfnClient. updateMapRun(Consumer<UpdateMapRunRequest.Builder> updateMapRunRequest)Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.default UpdateMapRunResponseSfnClient. updateMapRun(UpdateMapRunRequest updateMapRunRequest)Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type UpdateMapRunResponse Modifier and Type Method Description default CompletableFuture<UpdateMapRunResponse>SfnAsyncClient. updateMapRun(Consumer<UpdateMapRunRequest.Builder> updateMapRunRequest)Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.default CompletableFuture<UpdateMapRunResponse>SfnAsyncClient. updateMapRun(UpdateMapRunRequest updateMapRunRequest)Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.
-