Uses of Class
software.amazon.awssdk.services.sfn.model.UpdateStateMachineAliasRequest
-
Packages that use UpdateStateMachineAliasRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of UpdateStateMachineAliasRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type UpdateStateMachineAliasRequest Modifier and Type Method Description default CompletableFuture<UpdateStateMachineAliasResponse>SfnAsyncClient. updateStateMachineAlias(UpdateStateMachineAliasRequest 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. -
Uses of UpdateStateMachineAliasRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type UpdateStateMachineAliasRequest Modifier and Type Method Description SdkHttpFullRequestUpdateStateMachineAliasRequestMarshaller. marshall(UpdateStateMachineAliasRequest updateStateMachineAliasRequest)
-