Uses of Class
software.amazon.awssdk.services.wafv2.model.GetLoggingConfigurationResponse
-
Packages that use GetLoggingConfigurationResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of GetLoggingConfigurationResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return GetLoggingConfigurationResponse Modifier and Type Method Description default GetLoggingConfigurationResponseWafv2Client. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)Returns the LoggingConfiguration for the specified web ACL.default GetLoggingConfigurationResponseWafv2Client. getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)Returns the LoggingConfiguration for the specified web ACL.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type GetLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetLoggingConfigurationResponse>Wafv2AsyncClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)Returns the LoggingConfiguration for the specified web ACL.default CompletableFuture<GetLoggingConfigurationResponse>Wafv2AsyncClient. getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)Returns the LoggingConfiguration for the specified web ACL.
-