| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
static ReadWriteType |
ReadWriteType.fromValue(String value)
Use this in place of valueOf.
|
static ReadWriteType |
ReadWriteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadWriteType[] |
ReadWriteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventSelector.setReadWriteType(ReadWriteType readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all.
|
EventSelector |
EventSelector.withReadWriteType(ReadWriteType readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all.
|
Copyright © 2021. All rights reserved.