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