Uses of Class
software.amazon.awssdk.services.wafv2.model.LoggingConfiguration
-
Packages that use LoggingConfiguration Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of LoggingConfiguration in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return LoggingConfiguration Modifier and Type Method Description LoggingConfigurationGetLoggingConfigurationResponse. loggingConfiguration()The LoggingConfiguration for the specified web ACL.LoggingConfigurationPutLoggingConfigurationRequest. loggingConfiguration()LoggingConfigurationPutLoggingConfigurationResponse. loggingConfiguration()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type LoggingConfiguration Modifier and Type Method Description List<LoggingConfiguration>ListLoggingConfigurationsResponse. loggingConfigurations()Array of logging configurations.Methods in software.amazon.awssdk.services.wafv2.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)PutLoggingConfigurationResponse.BuilderPutLoggingConfigurationResponse.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(LoggingConfiguration... loggingConfigurations)Array of logging configurations.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type LoggingConfiguration Modifier and Type Method Description ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)Array of logging configurations.
-