@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.899Z") @Stability(value=Experimental) public enum SecurityPolicy extends Enum<SecurityPolicy>
| Enum Constant and Description |
|---|
TLS_1_0
(experimental) Cipher suite TLS 1.0.
|
TLS_1_2
(experimental) Cipher suite TLS 1.2.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final SecurityPolicy TLS_1_0
@Stability(value=Experimental) public static final SecurityPolicy TLS_1_2
public static SecurityPolicy[] values()
for (SecurityPolicy c : SecurityPolicy.values()) System.out.println(c);
public static SecurityPolicy 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 © 2021. All rights reserved.