Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.FindingStatusUpdate
-
Packages that use FindingStatusUpdate Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of FindingStatusUpdate in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return FindingStatusUpdate Modifier and Type Method Description static FindingStatusUpdateFindingStatusUpdate. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FindingStatusUpdateUpdateFindingsRequest. status()The state represents the action to take to update the finding Status.static FindingStatusUpdateFindingStatusUpdate. valueOf(String name)Returns the enum constant of this type with the specified name.static FindingStatusUpdate[]FindingStatusUpdate. 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 FindingStatusUpdate Modifier and Type Method Description static Set<FindingStatusUpdate>FindingStatusUpdate. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type FindingStatusUpdate Modifier and Type Method Description UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. status(FindingStatusUpdate status)The state represents the action to take to update the finding Status.
-