Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.UpdateLoggingConfigurationRequest.Builder
-
Packages that use UpdateLoggingConfigurationRequest.Builder Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.model -
-
Uses of UpdateLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.networkfirewall
Method parameters in software.amazon.awssdk.services.networkfirewall with type arguments of type UpdateLoggingConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLoggingConfigurationResponse>NetworkFirewallAsyncClient. updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder> updateLoggingConfigurationRequest)Sets the logging configuration for the specified firewall.default UpdateLoggingConfigurationResponseNetworkFirewallClient. updateLoggingConfiguration(Consumer<UpdateLoggingConfigurationRequest.Builder> updateLoggingConfigurationRequest)Sets the logging configuration for the specified firewall. -
Uses of UpdateLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return UpdateLoggingConfigurationRequest.Builder Modifier and Type Method Description static UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest. builder()UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. firewallArn(String firewallArn)The Amazon Resource Name (ARN) of the firewall.UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. firewallName(String firewallName)The descriptive name of the firewall.default UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)Defines how Network Firewall performs logging for a firewall.UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)Defines how Network Firewall performs logging for a firewall.UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLoggingConfigurationRequest.BuilderUpdateLoggingConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type UpdateLoggingConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLoggingConfigurationRequest.Builder>UpdateLoggingConfigurationRequest. serializableBuilderClass()
-