Uses of Class
software.amazon.awssdk.services.securityhub.model.WorkflowState
-
Packages that use WorkflowState Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of WorkflowState in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return WorkflowState Modifier and Type Method Description static WorkflowStateWorkflowState. fromValue(String value)Deprecated.Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorkflowStateWorkflowState. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static WorkflowState[]WorkflowState. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.WorkflowStateAwsSecurityFinding. workflowState()The workflow state of a finding.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type WorkflowState Modifier and Type Method Description static Set<WorkflowState>WorkflowState. knownValues()Deprecated.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type WorkflowState Modifier and Type Method Description AwsSecurityFinding.BuilderAwsSecurityFinding.Builder. workflowState(WorkflowState workflowState)The workflow state of a finding.
-