Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ValidatePolicyFindingType
-
Packages that use ValidatePolicyFindingType Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of ValidatePolicyFindingType in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return ValidatePolicyFindingType Modifier and Type Method Description ValidatePolicyFindingTypeValidatePolicyFinding. findingType()The impact of the finding.static ValidatePolicyFindingTypeValidatePolicyFindingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ValidatePolicyFindingTypeValidatePolicyFindingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidatePolicyFindingType[]ValidatePolicyFindingType. 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 ValidatePolicyFindingType Modifier and Type Method Description static Set<ValidatePolicyFindingType>ValidatePolicyFindingType. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type ValidatePolicyFindingType Modifier and Type Method Description ValidatePolicyFinding.BuilderValidatePolicyFinding.Builder. findingType(ValidatePolicyFindingType findingType)The impact of the finding.
-