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