Uses of Class
software.amazon.awssdk.services.wafv2.model.PutLoggingConfigurationRequest
-
Packages that use PutLoggingConfigurationRequest Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.transform -
-
Uses of PutLoggingConfigurationRequest in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 with parameters of type PutLoggingConfigurationRequest Modifier and Type Method Description default CompletableFuture<PutLoggingConfigurationResponse>Wafv2AsyncClient. putLoggingConfiguration(PutLoggingConfigurationRequest 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. -
Uses of PutLoggingConfigurationRequest in software.amazon.awssdk.services.wafv2.transform
Methods in software.amazon.awssdk.services.wafv2.transform with parameters of type PutLoggingConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestPutLoggingConfigurationRequestMarshaller. marshall(PutLoggingConfigurationRequest putLoggingConfigurationRequest)
-