public enum EniAction extends Enum<EniAction>
| Enum Constant and Description |
|---|
attach |
bind |
bindEsg |
bindSg |
detach |
modifyAttribute
update specified ENI name or description
|
unBind |
| Modifier and Type | Method and Description |
|---|---|
static EniAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EniAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EniAction modifyAttribute
public static final EniAction attach
public static final EniAction detach
public static final EniAction bind
public static final EniAction unBind
public static final EniAction bindSg
public static final EniAction bindEsg
public static EniAction[] values()
for (EniAction c : EniAction.values()) System.out.println(c);
public static EniAction 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 © 2024. All rights reserved.