Uses of Class
software.amazon.awssdk.services.networkfirewall.model.LoggingConfiguration
-
Packages that use LoggingConfiguration Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of LoggingConfiguration in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return LoggingConfiguration Modifier and Type Method Description LoggingConfigurationDescribeLoggingConfigurationResponse. loggingConfiguration()Returns the value of the LoggingConfiguration property for this object.LoggingConfigurationUpdateLoggingConfigurationRequest. loggingConfiguration()Defines how Network Firewall performs logging for a firewall.LoggingConfigurationUpdateLoggingConfigurationResponse. loggingConfiguration()Returns the value of the LoggingConfiguration property for this object.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type LoggingConfiguration Modifier and Type Method Description DescribeLoggingConfigurationResponse.BuilderDescribeLoggingConfigurationResponse.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)Sets the value of the LoggingConfiguration property for this object.UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)Defines how Network Firewall performs logging for a firewall.UpdateLoggingConfigurationResponse.BuilderUpdateLoggingConfigurationResponse.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)Sets the value of the LoggingConfiguration property for this object.
-