| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
WindowsAccessAuditLogLevel |
WindowsAuditLogCreateConfiguration.fileAccessAuditLogLevel()
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
|
WindowsAccessAuditLogLevel |
WindowsAuditLogConfiguration.fileAccessAuditLogLevel()
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
|
WindowsAccessAuditLogLevel |
WindowsAuditLogCreateConfiguration.fileShareAccessAuditLogLevel()
Sets which attempt type is logged by Amazon FSx for file share accesses.
|
WindowsAccessAuditLogLevel |
WindowsAuditLogConfiguration.fileShareAccessAuditLogLevel()
Sets which attempt type is logged by Amazon FSx for file share accesses.
|
static WindowsAccessAuditLogLevel |
WindowsAccessAuditLogLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static WindowsAccessAuditLogLevel |
WindowsAccessAuditLogLevel.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WindowsAccessAuditLogLevel> |
WindowsAccessAuditLogLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WindowsAuditLogCreateConfiguration.Builder |
WindowsAuditLogCreateConfiguration.Builder.fileAccessAuditLogLevel(WindowsAccessAuditLogLevel fileAccessAuditLogLevel)
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
|
WindowsAuditLogConfiguration.Builder |
WindowsAuditLogConfiguration.Builder.fileAccessAuditLogLevel(WindowsAccessAuditLogLevel fileAccessAuditLogLevel)
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
|
WindowsAuditLogCreateConfiguration.Builder |
WindowsAuditLogCreateConfiguration.Builder.fileShareAccessAuditLogLevel(WindowsAccessAuditLogLevel fileShareAccessAuditLogLevel)
Sets which attempt type is logged by Amazon FSx for file share accesses.
|
WindowsAuditLogConfiguration.Builder |
WindowsAuditLogConfiguration.Builder.fileShareAccessAuditLogLevel(WindowsAccessAuditLogLevel fileShareAccessAuditLogLevel)
Sets which attempt type is logged by Amazon FSx for file share accesses.
|
Copyright © 2023. All rights reserved.