Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsStepFunctionStateMachineDetails
-
Packages that use AwsStepFunctionStateMachineDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsStepFunctionStateMachineDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsStepFunctionStateMachineDetails Modifier and Type Method Description AwsStepFunctionStateMachineDetailsResourceDetails. awsStepFunctionStateMachine()Provides details about an Step Functions state machine, which is a workflow consisting of a series of event-driven steps.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsStepFunctionStateMachineDetails Modifier and Type Method Description ResourceDetails.BuilderResourceDetails.Builder. awsStepFunctionStateMachine(AwsStepFunctionStateMachineDetails awsStepFunctionStateMachine)Provides details about an Step Functions state machine, which is a workflow consisting of a series of event-driven steps.
-