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