Uses of Class
software.amazon.awssdk.services.wafv2.model.DeleteLoggingConfigurationResponse
-
Packages that use DeleteLoggingConfigurationResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of DeleteLoggingConfigurationResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return DeleteLoggingConfigurationResponse Modifier and Type Method Description default DeleteLoggingConfigurationResponseWafv2Client. deleteLoggingConfiguration(Consumer<DeleteLoggingConfigurationRequest.Builder> deleteLoggingConfigurationRequest)Deletes the LoggingConfiguration from the specified web ACL.default DeleteLoggingConfigurationResponseWafv2Client. deleteLoggingConfiguration(DeleteLoggingConfigurationRequest deleteLoggingConfigurationRequest)Deletes the LoggingConfiguration from the specified web ACL.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type DeleteLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteLoggingConfigurationResponse>Wafv2AsyncClient. deleteLoggingConfiguration(Consumer<DeleteLoggingConfigurationRequest.Builder> deleteLoggingConfigurationRequest)Deletes the LoggingConfiguration from the specified web ACL.default CompletableFuture<DeleteLoggingConfigurationResponse>Wafv2AsyncClient. deleteLoggingConfiguration(DeleteLoggingConfigurationRequest deleteLoggingConfigurationRequest)Deletes the LoggingConfiguration from the specified web ACL.
-