Uses of Class
software.amazon.awssdk.services.sfn.model.UpdateStateMachineRequest
-
Packages that use UpdateStateMachineRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of UpdateStateMachineRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type UpdateStateMachineRequest Modifier and Type Method Description default CompletableFuture<UpdateStateMachineResponse>SfnAsyncClient. updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest)Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration.default UpdateStateMachineResponseSfnClient. updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest)Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration. -
Uses of UpdateStateMachineRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type UpdateStateMachineRequest Modifier and Type Method Description SdkHttpFullRequestUpdateStateMachineRequestMarshaller. marshall(UpdateStateMachineRequest updateStateMachineRequest)
-