@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.171Z") @Stability(value=Deprecated) @Deprecated public enum TLSSecurityPolicy extends Enum<TLSSecurityPolicy>
| Enum Constant and Description |
|---|
TLS_1_0
Deprecated.
|
TLS_1_2
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TLSSecurityPolicy |
valueOf(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.
|
@Stability(value=Deprecated) @Deprecated public static final TLSSecurityPolicy TLS_1_0
@Stability(value=Deprecated) @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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.