Uses of Class
software.amazon.awssdk.services.wafv2.model.ListLoggingConfigurationsRequest
-
Packages that use ListLoggingConfigurationsRequest Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.transform -
-
Uses of ListLoggingConfigurationsRequest in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 with parameters of type ListLoggingConfigurationsRequest Modifier and Type Method Description default CompletableFuture<ListLoggingConfigurationsResponse>Wafv2AsyncClient. listLoggingConfigurations(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)Retrieves an array of your LoggingConfiguration objects.default ListLoggingConfigurationsResponseWafv2Client. listLoggingConfigurations(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)Retrieves an array of your LoggingConfiguration objects. -
Uses of ListLoggingConfigurationsRequest in software.amazon.awssdk.services.wafv2.transform
Methods in software.amazon.awssdk.services.wafv2.transform with parameters of type ListLoggingConfigurationsRequest Modifier and Type Method Description SdkHttpFullRequestListLoggingConfigurationsRequestMarshaller. marshall(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest)
-