Uses of Interface
software.amazon.awssdk.services.sfn.model.DescribeExecutionRequest.Builder
-
Packages that use DescribeExecutionRequest.Builder Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.model -
-
Uses of DescribeExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type DescribeExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeExecutionResponse>SfnAsyncClient. describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata.default DescribeExecutionResponseSfnClient. describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata. -
Uses of DescribeExecutionRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return DescribeExecutionRequest.Builder Modifier and Type Method Description static DescribeExecutionRequest.BuilderDescribeExecutionRequest. builder()DescribeExecutionRequest.BuilderDescribeExecutionRequest.Builder. executionArn(String executionArn)The Amazon Resource Name (ARN) of the execution to describe.DescribeExecutionRequest.BuilderDescribeExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeExecutionRequest.BuilderDescribeExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeExecutionRequest.BuilderDescribeExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type DescribeExecutionRequest.Builder Modifier and Type Method Description static Class<? extends DescribeExecutionRequest.Builder>DescribeExecutionRequest. serializableBuilderClass()
-