| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
FindingStatus |
AccessPreviewFinding.existingFindingStatus()
The existing status of the finding, provided only for existing findings.
|
static FindingStatus |
FindingStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FindingStatus |
AccessPreviewFinding.status()
The preview status of the finding.
|
FindingStatus |
AnalyzedResource.status()
The current status of the finding generated from the analyzed resource.
|
FindingStatus |
FindingSummary.status()
The status of the finding.
|
FindingStatus |
Finding.status()
The current status of the finding.
|
static FindingStatus |
FindingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindingStatus[] |
FindingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FindingStatus> |
FindingStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AccessPreviewFinding.Builder |
AccessPreviewFinding.Builder.existingFindingStatus(FindingStatus existingFindingStatus)
The existing status of the finding, provided only for existing findings.
|
AccessPreviewFinding.Builder |
AccessPreviewFinding.Builder.status(FindingStatus status)
The preview status of the finding.
|
AnalyzedResource.Builder |
AnalyzedResource.Builder.status(FindingStatus status)
The current status of the finding generated from the analyzed resource.
|
FindingSummary.Builder |
FindingSummary.Builder.status(FindingStatus status)
The status of the finding.
|
Finding.Builder |
Finding.Builder.status(FindingStatus status)
The current status of the finding.
|
Copyright © 2021. All rights reserved.