Enum VerticalShading

java.lang.Object
java.lang.Enum<VerticalShading>
software.amazon.awscdk.services.cloudwatch.VerticalShading
All Implemented Interfaces:
Serializable, Comparable<VerticalShading>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-27T16:50:54.550Z") @Stability(Stable) public enum VerticalShading extends Enum<VerticalShading>
Fill shading options that will be used with a vertical annotation.
  • Enum Constant Details

    • NONE

      @Stability(Stable) public static final VerticalShading NONE
      Don't add shading.
    • BEFORE

      @Stability(Stable) public static final VerticalShading BEFORE
      Add shading before the annotation.
    • AFTER

      @Stability(Stable) public static final VerticalShading AFTER
      Add shading after the annotation.
  • Method Details

    • values

      public static VerticalShading[] 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 VerticalShading 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