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