Uses of Class
software.amazon.awssdk.services.networkfirewall.model.LogDestinationConfig
-
Packages that use LogDestinationConfig Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of LogDestinationConfig in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type LogDestinationConfig Modifier and Type Method Description List<LogDestinationConfig>LoggingConfiguration. logDestinationConfigs()Defines the logging destinations for the logs for a firewall.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type LogDestinationConfig Modifier and Type Method Description LoggingConfiguration.BuilderLoggingConfiguration.Builder. logDestinationConfigs(LogDestinationConfig... logDestinationConfigs)Defines the logging destinations for the logs for a firewall.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type LogDestinationConfig Modifier and Type Method Description LoggingConfiguration.BuilderLoggingConfiguration.Builder. logDestinationConfigs(Collection<LogDestinationConfig> logDestinationConfigs)Defines the logging destinations for the logs for a firewall.
-