| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration |
LoggingConfiguration.clone() |
LoggingConfiguration |
PutLoggingConfigurationRequest.getLoggingConfiguration()
The Amazon Kinesis Data Firehose delivery streams that contains the inspected traffic information, the redacted
fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
|
LoggingConfiguration |
PutLoggingConfigurationResult.getLoggingConfiguration()
The LoggingConfiguration that you submitted in the request.
|
LoggingConfiguration |
GetLoggingConfigurationResult.getLoggingConfiguration()
The LoggingConfiguration for the specified web ACL.
|
LoggingConfiguration |
LoggingConfiguration.withLogDestinationConfigs(Collection<String> logDestinationConfigs)
An array of Amazon Kinesis Data Firehose delivery stream ARNs.
|
LoggingConfiguration |
LoggingConfiguration.withLogDestinationConfigs(String... logDestinationConfigs)
An array of Amazon Kinesis Data Firehose delivery stream ARNs.
|
LoggingConfiguration |
LoggingConfiguration.withRedactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want redacted from the logs.
|
LoggingConfiguration |
LoggingConfiguration.withRedactedFields(FieldToMatch... redactedFields)
The parts of the request that you want redacted from 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()
An array of LoggingConfiguration objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutLoggingConfigurationRequest.setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Amazon Kinesis Data Firehose delivery streams that contains the inspected traffic information, the redacted
fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
|
void |
PutLoggingConfigurationResult.setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration that you submitted in the request.
|
void |
GetLoggingConfigurationResult.setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
|
PutLoggingConfigurationRequest |
PutLoggingConfigurationRequest.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Amazon Kinesis Data Firehose delivery streams that contains the inspected traffic information, the redacted
fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
|
PutLoggingConfigurationResult |
PutLoggingConfigurationResult.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration that you submitted in the request.
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
|
ListLoggingConfigurationsResult |
ListLoggingConfigurationsResult.withLoggingConfigurations(LoggingConfiguration... loggingConfigurations)
An array of LoggingConfiguration objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLoggingConfigurationsResult.setLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
An array of LoggingConfiguration objects.
|
ListLoggingConfigurationsResult |
ListLoggingConfigurationsResult.withLoggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
An array of LoggingConfiguration objects.
|
Copyright © 2018. All rights reserved.