@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:09:58.083Z") @Stability(value=Experimental) public enum StreamViewType extends Enum<StreamViewType>
| Enum Constant and Description |
|---|
KeysOnly
Only the key attributes of the modified item are written to the stream.
|
NewAndOldImages
Both the new and the old item images of the item are written to the stream.
|
NewImage
The entire item, as it appears after it was modified, is written to the stream.
|
OldImage
The entire item, as it appeared before it was modified, is written to the stream.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final StreamViewType NewImage
@Stability(value=Experimental) public static final StreamViewType OldImage
@Stability(value=Experimental) public static final StreamViewType NewAndOldImages
@Stability(value=Experimental) public static final StreamViewType KeysOnly
public static StreamViewType[] values()
for (StreamViewType c : StreamViewType.values()) System.out.println(c);
public static StreamViewType 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 © 2019. All rights reserved.