Uses of Interface
software.amazon.awssdk.services.wafv2.model.ListLoggingConfigurationsRequest.Builder
-
Packages that use ListLoggingConfigurationsRequest.Builder Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.model -
-
Uses of ListLoggingConfigurationsRequest.Builder in software.amazon.awssdk.services.wafv2
Method parameters in software.amazon.awssdk.services.wafv2 with type arguments of type ListLoggingConfigurationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLoggingConfigurationsResponse>Wafv2AsyncClient. listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)Retrieves an array of your LoggingConfiguration objects.default ListLoggingConfigurationsResponseWafv2Client. listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)Retrieves an array of your LoggingConfiguration objects. -
Uses of ListLoggingConfigurationsRequest.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ListLoggingConfigurationsRequest.Builder Modifier and Type Method Description static ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest. builder()ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. limit(Integer limit)The maximum number of objects that you want WAF to return for this request.ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. nextMarker(String nextMarker)When you request a list of objects with aLimitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response.ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. scope(String scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. scope(Scope scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ListLoggingConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListLoggingConfigurationsRequest.Builder>ListLoggingConfigurationsRequest. serializableBuilderClass()
-