Uses of Interface
software.amazon.awssdk.services.sfn.model.DescribeExecutionRequest.Builder
Packages that use DescribeExecutionRequest.Builder
Package
Description
-
Uses of DescribeExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type DescribeExecutionRequest.BuilderModifier and TypeMethodDescriptionSfnAsyncClient.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.BuilderModifier and TypeMethodDescriptionDescribeExecutionRequest.builder()DescribeExecutionRequest.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) of the execution to describe.DescribeExecutionRequest.Builder.includedData(String includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.DescribeExecutionRequest.Builder.includedData(IncludedData includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.DescribeExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeExecutionRequest.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type DescribeExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeExecutionRequest.Builder>DescribeExecutionRequest.serializableBuilderClass()