Uses of Interface
software.amazon.awssdk.services.sfn.model.DescribeStateMachineRequest.Builder
-
Packages that use DescribeStateMachineRequest.Builder Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.model -
-
Uses of DescribeStateMachineRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type DescribeStateMachineRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeStateMachineResponse>SfnAsyncClient. describeStateMachine(Consumer<DescribeStateMachineRequest.Builder> describeStateMachineRequest)Provides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and configuration.default DescribeStateMachineResponseSfnClient. describeStateMachine(Consumer<DescribeStateMachineRequest.Builder> describeStateMachineRequest)Provides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and configuration. -
Uses of DescribeStateMachineRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return DescribeStateMachineRequest.Builder Modifier and Type Method Description static DescribeStateMachineRequest.BuilderDescribeStateMachineRequest. builder()DescribeStateMachineRequest.BuilderDescribeStateMachineRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStateMachineRequest.BuilderDescribeStateMachineRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeStateMachineRequest.BuilderDescribeStateMachineRequest.Builder. stateMachineArn(String stateMachineArn)The Amazon Resource Name (ARN) of the state machine for which you want the information.DescribeStateMachineRequest.BuilderDescribeStateMachineRequest. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type DescribeStateMachineRequest.Builder Modifier and Type Method Description static Class<? extends DescribeStateMachineRequest.Builder>DescribeStateMachineRequest. serializableBuilderClass()
-