| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowUpdate |
WorkflowUpdate.clone() |
WorkflowUpdate |
AutomationRulesFindingFieldsUpdate.getWorkflow() |
WorkflowUpdate |
BatchUpdateFindingsRequest.getWorkflow()
Used to update the workflow status of a finding.
|
WorkflowUpdate |
WorkflowUpdate.withStatus(String status)
The status of the investigation into the finding.
|
WorkflowUpdate |
WorkflowUpdate.withStatus(WorkflowStatus status)
The status of the investigation into the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationRulesFindingFieldsUpdate.setWorkflow(WorkflowUpdate workflow) |
void |
BatchUpdateFindingsRequest.setWorkflow(WorkflowUpdate workflow)
Used to update the workflow status of a finding.
|
AutomationRulesFindingFieldsUpdate |
AutomationRulesFindingFieldsUpdate.withWorkflow(WorkflowUpdate workflow) |
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withWorkflow(WorkflowUpdate workflow)
Used to update the workflow status of a finding.
|
Copyright © 2024. All rights reserved.