Uses of Class
software.amazon.awssdk.services.wafv2.model.PutLoggingConfigurationResponse
-
Packages that use PutLoggingConfigurationResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of PutLoggingConfigurationResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return PutLoggingConfigurationResponse Modifier and Type Method Description default PutLoggingConfigurationResponseWafv2Client. putLoggingConfiguration(Consumer<PutLoggingConfigurationRequest.Builder> putLoggingConfigurationRequest)Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided.default PutLoggingConfigurationResponseWafv2Client. putLoggingConfiguration(PutLoggingConfigurationRequest putLoggingConfigurationRequest)Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type PutLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutLoggingConfigurationResponse>Wafv2AsyncClient. putLoggingConfiguration(Consumer<PutLoggingConfigurationRequest.Builder> putLoggingConfigurationRequest)Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided.default CompletableFuture<PutLoggingConfigurationResponse>Wafv2AsyncClient. putLoggingConfiguration(PutLoggingConfigurationRequest putLoggingConfigurationRequest)Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided.
-