Uses of Class
software.amazon.awssdk.services.sfn.model.PublishStateMachineVersionResponse
-
Packages that use PublishStateMachineVersionResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of PublishStateMachineVersionResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return PublishStateMachineVersionResponse Modifier and Type Method Description default PublishStateMachineVersionResponseSfnClient. publishStateMachineVersion(Consumer<PublishStateMachineVersionRequest.Builder> publishStateMachineVersionRequest)Creates a version from the current revision of a state machine.default PublishStateMachineVersionResponseSfnClient. 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 PublishStateMachineVersionResponse Modifier and Type Method Description default CompletableFuture<PublishStateMachineVersionResponse>SfnAsyncClient. publishStateMachineVersion(Consumer<PublishStateMachineVersionRequest.Builder> publishStateMachineVersionRequest)Creates a version from the current revision of a state machine.default CompletableFuture<PublishStateMachineVersionResponse>SfnAsyncClient. publishStateMachineVersion(PublishStateMachineVersionRequest publishStateMachineVersionRequest)Creates a version from the current revision of a state machine.
-