Uses of Class
software.amazon.awssdk.services.sfn.model.PublishStateMachineVersionResponse
Packages that use PublishStateMachineVersionResponse
-
Uses of PublishStateMachineVersionResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return PublishStateMachineVersionResponseModifier and TypeMethodDescriptionSfnClient.publishStateMachineVersion(Consumer<PublishStateMachineVersionRequest.Builder> publishStateMachineVersionRequest) Creates a version from the current revision of a state machine.SfnClient.publishStateMachineVersion(PublishStateMachineVersionRequest publishStateMachineVersionRequest) Creates a version from the current revision of a state machine.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type PublishStateMachineVersionResponseModifier and TypeMethodDescriptionSfnAsyncClient.publishStateMachineVersion(Consumer<PublishStateMachineVersionRequest.Builder> publishStateMachineVersionRequest) Creates a version from the current revision of a state machine.SfnAsyncClient.publishStateMachineVersion(PublishStateMachineVersionRequest publishStateMachineVersionRequest) Creates a version from the current revision of a state machine.