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