| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration |
LoggingConfiguration.clone() |
LoggingConfiguration |
PutLoggingConfigurationResult.getLoggingConfiguration()
|
LoggingConfiguration |
GetLoggingConfigurationResult.getLoggingConfiguration()
The LoggingConfiguration for the specified web ACL.
|
LoggingConfiguration |
PutLoggingConfigurationRequest.getLoggingConfiguration()
|
LoggingConfiguration |
LoggingConfiguration.withLogDestinationConfigs(Collection<String> logDestinationConfigs)
The Amazon Kinesis Data Firehose Amazon Resource Name (ARNs) that you want to associate with the web ACL.
|
LoggingConfiguration |
LoggingConfiguration.withLogDestinationConfigs(String... logDestinationConfigs)
The Amazon Kinesis Data Firehose Amazon Resource Name (ARNs) that you want to associate with the web ACL.
|
LoggingConfiguration |
LoggingConfiguration.withManagedByFirewallManager(Boolean managedByFirewallManager)
Indicates whether the logging configuration was created by AWS Firewall Manager, as part of an AWS WAF policy
configuration.
|
LoggingConfiguration |
LoggingConfiguration.withRedactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want to keep out of the logs.
|
LoggingConfiguration |
LoggingConfiguration.withRedactedFields(FieldToMatch... redactedFields)
The parts of the request that you want to keep out of the logs.
|
LoggingConfiguration |
LoggingConfiguration.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the web ACL that you want to associate with
LogDestinationConfigs. |
| Modifier and Type | Method and Description |
|---|---|
List<LoggingConfiguration> |
ListLoggingConfigurationsResult.getLoggingConfigurations()
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutLoggingConfigurationResult.setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
|
void |
GetLoggingConfigurationResult.setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
|
void |
PutLoggingConfigurationRequest.setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
|
PutLoggingConfigurationResult |
PutLoggingConfigurationResult.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
|
PutLoggingConfigurationRequest |
PutLoggingConfigurationRequest.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
|
ListLoggingConfigurationsResult |
ListLoggingConfigurationsResult.withLoggingConfigurations(LoggingConfiguration... loggingConfigurations)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLoggingConfigurationsResult.setLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
|
ListLoggingConfigurationsResult |
ListLoggingConfigurationsResult.withLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
|
Copyright © 2021. All rights reserved.