Serializable
, Comparable<RestjsoncustomizedActions>
, Action
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public enum RestjsoncustomizedActions extends Enum<RestjsoncustomizedActions> implements Action
Enum Constant | Description |
---|---|
AllRestjsoncustomizedActions |
Represents any action executed on AmazonProtocolRestJsonCustomized.
|
Simple |
Action for the Simple operation.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getActionName() |
Returns the name of this action.
|
static RestjsoncustomizedActions |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RestjsoncustomizedActions[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestjsoncustomizedActions AllRestjsoncustomizedActions
public static final RestjsoncustomizedActions Simple
public static RestjsoncustomizedActions[] values()
for (RestjsoncustomizedActions c : RestjsoncustomizedActions.values()) System.out.println(c);
public static RestjsoncustomizedActions 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 getActionName()
Action
getActionName
in interface Action
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.