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