Uses of Class
software.amazon.awssdk.services.fsx.model.WindowsAccessAuditLogLevel
-
Packages that use WindowsAccessAuditLogLevel Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of WindowsAccessAuditLogLevel in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return WindowsAccessAuditLogLevel Modifier and Type Method Description WindowsAccessAuditLogLevelWindowsAuditLogConfiguration. fileAccessAuditLogLevel()Sets which attempt type is logged by Amazon FSx for file and folder accesses.WindowsAccessAuditLogLevelWindowsAuditLogCreateConfiguration. fileAccessAuditLogLevel()Sets which attempt type is logged by Amazon FSx for file and folder accesses.WindowsAccessAuditLogLevelWindowsAuditLogConfiguration. fileShareAccessAuditLogLevel()Sets which attempt type is logged by Amazon FSx for file share accesses.WindowsAccessAuditLogLevelWindowsAuditLogCreateConfiguration. fileShareAccessAuditLogLevel()Sets which attempt type is logged by Amazon FSx for file share accesses.static WindowsAccessAuditLogLevelWindowsAccessAuditLogLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WindowsAccessAuditLogLevelWindowsAccessAuditLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsAccessAuditLogLevel[]WindowsAccessAuditLogLevel. 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 WindowsAccessAuditLogLevel Modifier and Type Method Description static Set<WindowsAccessAuditLogLevel>WindowsAccessAuditLogLevel. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type WindowsAccessAuditLogLevel Modifier and Type Method Description WindowsAuditLogConfiguration.BuilderWindowsAuditLogConfiguration.Builder. fileAccessAuditLogLevel(WindowsAccessAuditLogLevel fileAccessAuditLogLevel)Sets which attempt type is logged by Amazon FSx for file and folder accesses.WindowsAuditLogCreateConfiguration.BuilderWindowsAuditLogCreateConfiguration.Builder. fileAccessAuditLogLevel(WindowsAccessAuditLogLevel fileAccessAuditLogLevel)Sets which attempt type is logged by Amazon FSx for file and folder accesses.WindowsAuditLogConfiguration.BuilderWindowsAuditLogConfiguration.Builder. fileShareAccessAuditLogLevel(WindowsAccessAuditLogLevel fileShareAccessAuditLogLevel)Sets which attempt type is logged by Amazon FSx for file share accesses.WindowsAuditLogCreateConfiguration.BuilderWindowsAuditLogCreateConfiguration.Builder. fileShareAccessAuditLogLevel(WindowsAccessAuditLogLevel fileShareAccessAuditLogLevel)Sets which attempt type is logged by Amazon FSx for file share accesses.
-