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