Uses of Class
software.amazon.awssdk.services.cloudtrail.model.ReadWriteType
-
Packages that use ReadWriteType Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of ReadWriteType in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return ReadWriteType Modifier and Type Method Description static ReadWriteTypeReadWriteType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReadWriteTypeEventSelector. readWriteType()Specify if you want your trail to log read-only events, write-only events, or all.static ReadWriteTypeReadWriteType. 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.Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type ReadWriteType Modifier and Type Method Description static Set<ReadWriteType>ReadWriteType. knownValues()Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type ReadWriteType Modifier and Type Method Description EventSelector.BuilderEventSelector.Builder. readWriteType(ReadWriteType readWriteType)Specify if you want your trail to log read-only events, write-only events, or all.
-