Enum Category

java.lang.Object
java.lang.Enum<Category>
software.amazon.awssdk.services.workspacesweb.model.Category
All Implemented Interfaces:
Serializable, Comparable<Category>

@Generated("software.amazon.awssdk:codegen") public enum Category extends Enum<Category>
  • Enum Constant Details

    • CULTS

      public static final Category CULTS
    • GAMBLING

      public static final Category GAMBLING
    • NUDITY

      public static final Category NUDITY
    • PORNOGRAPHY

      public static final Category PORNOGRAPHY
    • SEX_EDUCATION

      public static final Category SEX_EDUCATION
    • TASTELESS

      public static final Category TASTELESS
    • VIOLENCE

      public static final Category VIOLENCE
    • DOWNLOAD_SITES

      public static final Category DOWNLOAD_SITES
    • IMAGE_SHARING

      public static final Category IMAGE_SHARING
    • PEER_TO_PEER

      public static final Category PEER_TO_PEER
    • STREAMING_MEDIA_AND_DOWNLOADS

      public static final Category STREAMING_MEDIA_AND_DOWNLOADS
    • GENERATIVE_AI

      public static final Category GENERATIVE_AI
    • CRIMINAL_ACTIVITY

      public static final Category CRIMINAL_ACTIVITY
    • HACKING

      public static final Category HACKING
    • HATE_AND_INTOLERANCE

      public static final Category HATE_AND_INTOLERANCE
    • ILLEGAL_DRUG

      public static final Category ILLEGAL_DRUG
    • ILLEGAL_SOFTWARE

      public static final Category ILLEGAL_SOFTWARE
    • SCHOOL_CHEATING

      public static final Category SCHOOL_CHEATING
    • SELF_HARM

      public static final Category SELF_HARM
    • WEAPONS

      public static final Category WEAPONS
    • CHAT

      public static final Category CHAT
    • GAMES

      public static final Category GAMES
    • INSTANT_MESSAGING

      public static final Category INSTANT_MESSAGING
    • PROFESSIONAL_NETWORK

      public static final Category PROFESSIONAL_NETWORK
    • SOCIAL_NETWORKING

      public static final Category SOCIAL_NETWORKING
    • WEB_BASED_EMAIL

      public static final Category WEB_BASED_EMAIL
    • PARKED_DOMAINS

      public static final Category PARKED_DOMAINS
    • UNKNOWN_TO_SDK_VERSION

      public static final Category UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

      public static Category[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Category valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Category>
    • fromValue

      public static Category fromValue(String value)
      Use this in place of valueOf to convert the raw string returned by the service into the enum value.
      Parameters:
      value - real value
      Returns:
      Category corresponding to the value
    • knownValues

      public static Set<Category> knownValues()
      Use this in place of values() to return a Set of all values known to the SDK. This will return all known enum values except UNKNOWN_TO_SDK_VERSION.
      Returns:
      a Set of known Categorys