Uses of Class
software.amazon.awssdk.services.sfn.model.UpdateStateMachineAliasResponse
-
Packages that use UpdateStateMachineAliasResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of UpdateStateMachineAliasResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return UpdateStateMachineAliasResponse Modifier and Type Method Description default UpdateStateMachineAliasResponseSfnClient. updateStateMachineAlias(Consumer<UpdateStateMachineAliasRequest.Builder> updateStateMachineAliasRequest)Updates the configuration of an existing state machine alias by modifying itsdescriptionorroutingConfiguration.default UpdateStateMachineAliasResponseSfnClient. updateStateMachineAlias(UpdateStateMachineAliasRequest updateStateMachineAliasRequest)Updates the configuration of an existing state machine alias by modifying itsdescriptionorroutingConfiguration.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type UpdateStateMachineAliasResponse Modifier and Type Method Description default CompletableFuture<UpdateStateMachineAliasResponse>SfnAsyncClient. updateStateMachineAlias(Consumer<UpdateStateMachineAliasRequest.Builder> updateStateMachineAliasRequest)Updates the configuration of an existing state machine alias by modifying itsdescriptionorroutingConfiguration.default CompletableFuture<UpdateStateMachineAliasResponse>SfnAsyncClient. updateStateMachineAlias(UpdateStateMachineAliasRequest updateStateMachineAliasRequest)Updates the configuration of an existing state machine alias by modifying itsdescriptionorroutingConfiguration.
-