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