Uses of Class
software.amazon.awssdk.services.sfn.model.UpdateStateMachineResponse
-
Packages that use UpdateStateMachineResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of UpdateStateMachineResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return UpdateStateMachineResponse Modifier and Type Method Description default UpdateStateMachineResponseSfnClient. updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> 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.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type UpdateStateMachineResponse Modifier and Type Method Description default CompletableFuture<UpdateStateMachineResponse>SfnAsyncClient. updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> updateStateMachineRequest)Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration.default CompletableFuture<UpdateStateMachineResponse>SfnAsyncClient. updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest)Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration.
-