Uses of Interface
software.amazon.awssdk.services.wafv2.model.PutLoggingConfigurationRequest.Builder
-
Packages that use PutLoggingConfigurationRequest.Builder Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.model -
-
Uses of PutLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.wafv2
Method parameters in software.amazon.awssdk.services.wafv2 with type arguments of type PutLoggingConfigurationRequest.Builder 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 PutLoggingConfigurationResponseWafv2Client. putLoggingConfiguration(Consumer<PutLoggingConfigurationRequest.Builder> putLoggingConfigurationRequest)Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided. -
Uses of PutLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type PutLoggingConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutLoggingConfigurationRequest.Builder>PutLoggingConfigurationRequest. serializableBuilderClass()
-