Serializable
, Comparable<Event>
@Generated("software.amazon.awssdk:codegen") public enum Event extends Enum<Event>
Modifier and Type | Method | Description |
---|---|---|
static Event |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
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 S3ReducedRedundancyLostObject
public static final Event S3ObjectCreated
public static final Event S3ObjectCreatedPut
public static final Event S3ObjectCreatedPost
public static final Event S3ObjectCreatedCopy
public static final Event S3ObjectCreatedCompleteMultipartUpload
public static final Event S3ObjectRemoved
public static final Event S3ObjectRemovedDelete
public static final Event S3ObjectRemovedDeleteMarkerCreated
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 nullCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.