| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration |
GetLoggingConfigurationResponse.loggingConfiguration()
The LoggingConfiguration for the specified web ACL.
|
LoggingConfiguration |
PutLoggingConfigurationRequest.loggingConfiguration()
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details,
and the Amazon Resource Name (ARN) of the web ACL to monitor.
|
LoggingConfiguration |
PutLoggingConfigurationResponse.loggingConfiguration()
The LoggingConfiguration that you submitted in the request.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoggingConfiguration> |
ListLoggingConfigurationsResponse.loggingConfigurations()
An array of LoggingConfiguration objects.
|
| Modifier and Type | Method and Description |
|---|---|
GetLoggingConfigurationResponse.Builder |
GetLoggingConfigurationResponse.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
|
PutLoggingConfigurationRequest.Builder |
PutLoggingConfigurationRequest.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration)
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields
details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
|
PutLoggingConfigurationResponse.Builder |
PutLoggingConfigurationResponse.Builder.loggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration that you submitted in the request.
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(LoggingConfiguration... loggingConfigurations)
An array of LoggingConfiguration objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
An array of LoggingConfiguration objects.
|
Copyright © 2023. All rights reserved.