Uses of Class
software.amazon.awssdk.services.sfn.model.UpdateStateMachineResponse
Packages that use UpdateStateMachineResponse
-
Uses of UpdateStateMachineResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return UpdateStateMachineResponseModifier and TypeMethodDescriptiondefault 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 UpdateStateMachineResponseModifier and TypeMethodDescriptionSfnAsyncClient.updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> updateStateMachineRequest) Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration.SfnAsyncClient.updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest) Updates an existing state machine by modifying itsdefinition,roleArn,loggingConfiguration, orEncryptionConfiguration.