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