| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowState |
WorkflowState.fromValue(String value)
Deprecated.
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static WorkflowState |
WorkflowState.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.
|
WorkflowState |
AwsSecurityFinding.workflowState()
The workflow state of a finding.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WorkflowState> |
WorkflowState.knownValues()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.workflowState(WorkflowState workflowState)
The workflow state of a finding.
|
Copyright © 2023. All rights reserved.