Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.FindingStatus
-
Packages that use FindingStatus Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of FindingStatus in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return FindingStatus Modifier and Type Method Description FindingStatusAccessPreviewFinding. existingFindingStatus()The existing status of the finding, provided only for existing findings.static FindingStatusFindingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FindingStatusAccessPreviewFinding. status()The preview status of the finding.FindingStatusAnalyzedResource. status()The current status of the finding generated from the analyzed resource.FindingStatusFinding. status()The current status of the finding.FindingStatusFindingSummary. status()The status of the finding.static FindingStatusFindingStatus. 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.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type FindingStatus Modifier and Type Method Description static Set<FindingStatus>FindingStatus. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type FindingStatus Modifier and Type Method Description AccessPreviewFinding.BuilderAccessPreviewFinding.Builder. existingFindingStatus(FindingStatus existingFindingStatus)The existing status of the finding, provided only for existing findings.AccessPreviewFinding.BuilderAccessPreviewFinding.Builder. status(FindingStatus status)The preview status of the finding.AnalyzedResource.BuilderAnalyzedResource.Builder. status(FindingStatus status)The current status of the finding generated from the analyzed resource.Finding.BuilderFinding.Builder. status(FindingStatus status)The current status of the finding.FindingSummary.BuilderFindingSummary.Builder. status(FindingStatus status)The status of the finding.
-