@Generated(value="software.amazon.awssdk:codegen") public enum OperationName extends Enum<OperationName>
| Enum Constant and Description |
|---|
LAMBDA_INVOKE |
S3_DELETE_OBJECT_TAGGING |
S3_INITIATE_RESTORE_OBJECT |
S3_PUT_OBJECT_ACL |
S3_PUT_OBJECT_COPY |
S3_PUT_OBJECT_LEGAL_HOLD |
S3_PUT_OBJECT_RETENTION |
S3_PUT_OBJECT_TAGGING |
S3_REPLICATE_OBJECT |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static OperationName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<OperationName> |
knownValues()
|
String |
toString() |
static OperationName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationName LAMBDA_INVOKE
public static final OperationName S3_PUT_OBJECT_COPY
public static final OperationName S3_PUT_OBJECT_ACL
public static final OperationName S3_PUT_OBJECT_TAGGING
public static final OperationName S3_DELETE_OBJECT_TAGGING
public static final OperationName S3_INITIATE_RESTORE_OBJECT
public static final OperationName S3_PUT_OBJECT_LEGAL_HOLD
public static final OperationName S3_PUT_OBJECT_RETENTION
public static final OperationName S3_REPLICATE_OBJECT
public static final OperationName UNKNOWN_TO_SDK_VERSION
public static OperationName[] values()
for (OperationName c : OperationName.values()) System.out.println(c);
public static OperationName 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 toString()
toString in class Enum<OperationName>public static OperationName fromValue(String value)
value - real valuepublic static Set<OperationName> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known OperationNamesCopyright © 2023. All rights reserved.