| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateMapRunResponse |
SfnClient.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 UpdateMapRunResponse |
SfnClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.