Uses of Interface
software.amazon.awssdk.services.waf.model.ListLoggingConfigurationsRequest.Builder
-
Packages that use ListLoggingConfigurationsRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of ListLoggingConfigurationsRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type ListLoggingConfigurationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLoggingConfigurationsResponse>WafAsyncClient. listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)default ListLoggingConfigurationsResponseWafClient. listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest) -
Uses of ListLoggingConfigurationsRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ListLoggingConfigurationsRequest.Builder Modifier and Type Method Description static ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest. builder()ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. limit(Integer limit)Specifies the number ofLoggingConfigurationsthat you want AWS WAF to return for this request.ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. nextMarker(String nextMarker)If you specify a value forLimitand you have moreLoggingConfigurationsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofLoggingConfigurations.ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ListLoggingConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListLoggingConfigurationsRequest.Builder>ListLoggingConfigurationsRequest. serializableBuilderClass() -
Uses of ListLoggingConfigurationsRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type ListLoggingConfigurationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLoggingConfigurationsResponse>WafRegionalAsyncClient. listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)default ListLoggingConfigurationsResponseWafRegionalClient. listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)
-