@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:32.979Z") @Deprecated public enum TLSSecurityPolicy extends java.lang.Enum<TLSSecurityPolicy>
Enum Constant and Description |
---|
TLS_1_0
Deprecated.
|
TLS_1_2
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TLSSecurityPolicy |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TLSSecurityPolicy[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final TLSSecurityPolicy TLS_1_0
@Deprecated public static final TLSSecurityPolicy TLS_1_2
public static TLSSecurityPolicy[] values()
for (TLSSecurityPolicy c : TLSSecurityPolicy.values()) System.out.println(c);
public static TLSSecurityPolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null