Enum Constant and Description |
---|
ObjectCreated |
ObjectCreatedByCompleteMultipartUpload |
ObjectCreatedByCopy |
ObjectCreatedByPost |
ObjectCreatedByPut |
ObjectRemoved |
ObjectRemovedDelete |
ObjectRemovedDeleteMarkerCreated |
ReducedRedundancyLostObject |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static S3Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static S3Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S3Event ReducedRedundancyLostObject
public static final S3Event ObjectCreated
public static final S3Event ObjectCreatedByPut
public static final S3Event ObjectCreatedByPost
public static final S3Event ObjectCreatedByCopy
public static final S3Event ObjectCreatedByCompleteMultipartUpload
public static final S3Event ObjectRemoved
public static final S3Event ObjectRemovedDelete
public static final S3Event ObjectRemovedDeleteMarkerCreated
public static S3Event[] values()
for (S3Event c : S3Event.values()) System.out.println(c);
public static S3Event valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<S3Event>
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.