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