Uses of Class
software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationRequest
-
Packages that use DescribeLoggingConfigurationRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of DescribeLoggingConfigurationRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type DescribeLoggingConfigurationRequest Modifier and Type Method Description default CompletableFuture<DescribeLoggingConfigurationResponse>NetworkFirewallAsyncClient. describeLoggingConfiguration(DescribeLoggingConfigurationRequest describeLoggingConfigurationRequest)Returns the logging configuration for the specified firewall.default DescribeLoggingConfigurationResponseNetworkFirewallClient. describeLoggingConfiguration(DescribeLoggingConfigurationRequest describeLoggingConfigurationRequest)Returns the logging configuration for the specified firewall. -
Uses of DescribeLoggingConfigurationRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type DescribeLoggingConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestDescribeLoggingConfigurationRequestMarshaller. marshall(DescribeLoggingConfigurationRequest describeLoggingConfigurationRequest)
-