public enum HookInvocationPoint extends Enum<HookInvocationPoint>
| Enum Constant and Description |
|---|
CREATE_PRE_PROVISION |
DELETE_PRE_PROVISION |
UPDATE_PRE_PROVISION |
| Modifier and Type | Method and Description |
|---|---|
static HookInvocationPoint |
fromShortName(String shortName) |
String |
getShortName() |
static HookInvocationPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HookInvocationPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HookInvocationPoint CREATE_PRE_PROVISION
public static final HookInvocationPoint UPDATE_PRE_PROVISION
public static final HookInvocationPoint DELETE_PRE_PROVISION
public static HookInvocationPoint[] values()
for (HookInvocationPoint c : HookInvocationPoint.values()) System.out.println(c);
public static HookInvocationPoint 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 nullpublic String getShortName()
public static HookInvocationPoint fromShortName(String shortName)
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.