Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationResponse
-
Packages that use UpdateLoggingConfigurationResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of UpdateLoggingConfigurationResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return UpdateLoggingConfigurationResponse Modifier and Type Method Description default UpdateLoggingConfigurationResponseNetworkFirewallClient. updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder> updateLoggingConfigurationRequest)Sets the logging configuration for the specified firewall.default UpdateLoggingConfigurationResponseNetworkFirewallClient. updateLoggingConfiguration(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest)Sets the logging configuration for the specified firewall.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type UpdateLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateLoggingConfigurationResponse>NetworkFirewallAsyncClient. updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder> updateLoggingConfigurationRequest)Sets the logging configuration for the specified firewall.default CompletableFuture<UpdateLoggingConfigurationResponse>NetworkFirewallAsyncClient. updateLoggingConfiguration(UpdateLoggingConfigurationRequest updateLoggingConfigurationRequest)Sets the logging configuration for the specified firewall.
-