Uses of Class
software.amazon.awssdk.services.sfn.model.UpdateMapRunRequest
-
Packages that use UpdateMapRunRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of UpdateMapRunRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type UpdateMapRunRequest Modifier and Type Method Description 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.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. -
Uses of UpdateMapRunRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type UpdateMapRunRequest Modifier and Type Method Description SdkHttpFullRequestUpdateMapRunRequestMarshaller. marshall(UpdateMapRunRequest updateMapRunRequest)
-