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