Uses of Class
software.amazon.awssdk.services.waf.model.GetLoggingConfigurationResponse
-
Packages that use GetLoggingConfigurationResponse Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.regional -
-
Uses of GetLoggingConfigurationResponse in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf that return GetLoggingConfigurationResponse Modifier and Type Method Description default GetLoggingConfigurationResponseWafClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)default GetLoggingConfigurationResponseWafClient. getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)Methods in software.amazon.awssdk.services.waf that return types with arguments of type GetLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetLoggingConfigurationResponse>WafAsyncClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)default CompletableFuture<GetLoggingConfigurationResponse>WafAsyncClient. getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest) -
Uses of GetLoggingConfigurationResponse in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional that return GetLoggingConfigurationResponse Modifier and Type Method Description default GetLoggingConfigurationResponseWafRegionalClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)default GetLoggingConfigurationResponseWafRegionalClient. getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)Methods in software.amazon.awssdk.services.waf.regional that return types with arguments of type GetLoggingConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetLoggingConfigurationResponse>WafRegionalAsyncClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)default CompletableFuture<GetLoggingConfigurationResponse>WafRegionalAsyncClient. getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)
-