@Generated(value="software.amazon.smithy.crt.java.EnumGenerator") public enum Event extends Enum<Event>
Modifier and Type | Method and Description |
---|---|
static Event |
fromValue(String value) |
static Set<Event> |
knownValues() |
void |
setValue(String value) |
String |
value() |
static Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Event S3_REDUCED_REDUNDANCY_LOST_OBJECT
public static final Event S3_OBJECT_CREATED
public static final Event S3_OBJECT_CREATED_PUT
public static final Event S3_OBJECT_CREATED_POST
public static final Event S3_OBJECT_CREATED_COPY
public static final Event S3_OBJECT_CREATED_COMPLETE_MULTIPART_UPLOAD
public static final Event S3_OBJECT_REMOVED
public static final Event S3_OBJECT_REMOVED_DELETE
public static final Event S3_OBJECT_REMOVED_DELETE_MARKER_CREATED
public static final Event S3_OBJECT_RESTORE
public static final Event S3_OBJECT_RESTORE_POST
public static final Event S3_OBJECT_RESTORE_COMPLETED
public static final Event S3_REPLICATION
public static final Event S3_REPLICATION_OPERATION_FAILED_REPLICATION
public static final Event S3_REPLICATION_OPERATION_NOT_TRACKED
public static final Event S3_REPLICATION_OPERATION_MISSED_THRESHOLD
public static final Event S3_REPLICATION_OPERATION_REPLICATED_AFTER_THRESHOLD
public static final Event UNKNOWN_TO_SDK_VERSION
public static Event[] values()
for (Event c : Event.values()) System.out.println(c);
public static Event 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 value()
public void setValue(String value)
Copyright © 2021. All rights reserved.