Enum SecurityPolicy

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

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

    • TLS_1_0

      public static final SecurityPolicy TLS_1_0
    • TLS_1_2

      public static final SecurityPolicy TLS_1_2
    • SECURITY_POLICY_TLS13_1_3_2025_09

      public static final SecurityPolicy SECURITY_POLICY_TLS13_1_3_2025_09
    • SECURITY_POLICY_TLS13_1_3_FIPS_2025_09

      public static final SecurityPolicy SECURITY_POLICY_TLS13_1_3_FIPS_2025_09
    • SECURITY_POLICY_TLS13_1_2_PFS_PQ_2025_09

      public static final SecurityPolicy SECURITY_POLICY_TLS13_1_2_PFS_PQ_2025_09
    • SECURITY_POLICY_TLS13_1_2_FIPS_PQ_2025_09

      public static final SecurityPolicy SECURITY_POLICY_TLS13_1_2_FIPS_PQ_2025_09
    • SECURITY_POLICY_TLS13_1_2_PQ_2025_09

      public static final SecurityPolicy SECURITY_POLICY_TLS13_1_2_PQ_2025_09
    • SECURITY_POLICY_TLS13_1_2_2021_06

      public static final SecurityPolicy SECURITY_POLICY_TLS13_1_2_2021_06
    • SECURITY_POLICY_TLS13_2025_EDGE

      public static final SecurityPolicy SECURITY_POLICY_TLS13_2025_EDGE
    • SECURITY_POLICY_TLS12_PFS_2025_EDGE

      public static final SecurityPolicy SECURITY_POLICY_TLS12_PFS_2025_EDGE
    • SECURITY_POLICY_TLS12_2018_EDGE

      public static final SecurityPolicy SECURITY_POLICY_TLS12_2018_EDGE
    • UNKNOWN_TO_SDK_VERSION

      public static final SecurityPolicy UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

      public static SecurityPolicy[] 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 SecurityPolicy 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<SecurityPolicy>
    • fromValue

      public static SecurityPolicy 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:
      SecurityPolicy corresponding to the value
    • knownValues

      public static Set<SecurityPolicy> 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 SecurityPolicys