Uses of Class
software.amazon.awssdk.services.fsx.model.LustreAccessAuditLogLevel
-
Packages that use LustreAccessAuditLogLevel Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of LustreAccessAuditLogLevel in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return LustreAccessAuditLogLevel Modifier and Type Method Description static LustreAccessAuditLogLevelLustreAccessAuditLogLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LustreAccessAuditLogLevelLustreLogConfiguration. level()The data repository events that are logged by Amazon FSx.LustreAccessAuditLogLevelLustreLogCreateConfiguration. level()Sets which data repository events are logged by Amazon FSx.static LustreAccessAuditLogLevelLustreAccessAuditLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LustreAccessAuditLogLevel[]LustreAccessAuditLogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type LustreAccessAuditLogLevel Modifier and Type Method Description static Set<LustreAccessAuditLogLevel>LustreAccessAuditLogLevel. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type LustreAccessAuditLogLevel Modifier and Type Method Description LustreLogConfiguration.BuilderLustreLogConfiguration.Builder. level(LustreAccessAuditLogLevel level)The data repository events that are logged by Amazon FSx.LustreLogCreateConfiguration.BuilderLustreLogCreateConfiguration.Builder. level(LustreAccessAuditLogLevel level)Sets which data repository events are logged by Amazon FSx.
-