@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.451Z") @Stability(value=Experimental) public enum AuthorizerPayloadVersion extends Enum<AuthorizerPayloadVersion>
| Enum Constant and Description |
|---|
VERSION_1_0
(experimental) Version 1.0.
|
VERSION_2_0
(experimental) Version 2.0.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthorizerPayloadVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizerPayloadVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final AuthorizerPayloadVersion VERSION_1_0
@Stability(value=Experimental) public static final AuthorizerPayloadVersion VERSION_2_0
public static AuthorizerPayloadVersion[] values()
for (AuthorizerPayloadVersion c : AuthorizerPayloadVersion.values()) System.out.println(c);
public static AuthorizerPayloadVersion 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.