Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.FindingChangeType
-
Packages that use FindingChangeType Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of FindingChangeType in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return FindingChangeType Modifier and Type Method Description FindingChangeTypeAccessPreviewFinding. changeType()Provides context on how the access preview finding compares to existing access identified in IAM Access Analyzer.static FindingChangeTypeFindingChangeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FindingChangeTypeFindingChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static FindingChangeType[]FindingChangeType. 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 FindingChangeType Modifier and Type Method Description static Set<FindingChangeType>FindingChangeType. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type FindingChangeType Modifier and Type Method Description AccessPreviewFinding.BuilderAccessPreviewFinding.Builder. changeType(FindingChangeType changeType)Provides context on how the access preview finding compares to existing access identified in IAM Access Analyzer.
-