Uses of Class
software.amazon.awssdk.services.securityhub.model.WorkflowUpdate
-
Packages that use WorkflowUpdate Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of WorkflowUpdate in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return WorkflowUpdate Modifier and Type Method Description WorkflowUpdateAutomationRulesFindingFieldsUpdate. workflow()Returns the value of the Workflow property for this object.WorkflowUpdateBatchUpdateFindingsRequest. workflow()Used to update the workflow status of a finding.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type WorkflowUpdate Modifier and Type Method Description AutomationRulesFindingFieldsUpdate.BuilderAutomationRulesFindingFieldsUpdate.Builder. workflow(WorkflowUpdate workflow)Sets the value of the Workflow property for this object.BatchUpdateFindingsRequest.BuilderBatchUpdateFindingsRequest.Builder. workflow(WorkflowUpdate workflow)Used to update the workflow status of a finding.
-