Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.FindingSourceType
-
Packages that use FindingSourceType Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of FindingSourceType in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return FindingSourceType Modifier and Type Method Description static FindingSourceTypeFindingSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FindingSourceTypeFindingSource. type()Indicates the type of access that generated the finding.static FindingSourceTypeFindingSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static FindingSourceType[]FindingSourceType. 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 FindingSourceType Modifier and Type Method Description static Set<FindingSourceType>FindingSourceType. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type FindingSourceType Modifier and Type Method Description FindingSource.BuilderFindingSource.Builder. type(FindingSourceType type)Indicates the type of access that generated the finding.
-