Uses of Class
software.amazon.awssdk.services.waf.model.LoggingConfiguration
-
Packages that use LoggingConfiguration Package Description software.amazon.awssdk.services.waf.model -
-
Uses of LoggingConfiguration in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return LoggingConfiguration Modifier and Type Method Description LoggingConfigurationGetLoggingConfigurationResponse. loggingConfiguration()The LoggingConfiguration for the specified web ACL.LoggingConfigurationPutLoggingConfigurationRequest. 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.LoggingConfigurationPutLoggingConfigurationResponse. loggingConfiguration()The LoggingConfiguration that you submitted in the request.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type LoggingConfiguration Modifier and Type Method Description List<LoggingConfiguration>ListLoggingConfigurationsResponse. loggingConfigurations()An array of LoggingConfiguration objects.Methods in software.amazon.awssdk.services.waf.model with parameters of type LoggingConfiguration Modifier and Type Method Description GetLoggingConfigurationResponse.BuilderGetLoggingConfigurationResponse.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)The LoggingConfiguration for the specified web ACL.PutLoggingConfigurationRequest.BuilderPutLoggingConfigurationRequest.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.BuilderPutLoggingConfigurationResponse.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)The LoggingConfiguration that you submitted in the request.ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(LoggingConfiguration... loggingConfigurations)An array of LoggingConfiguration objects.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type LoggingConfiguration Modifier and Type Method Description ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)An array of LoggingConfiguration objects.
-