Uses of Interface
software.amazon.awssdk.services.wafv2.model.ListLoggingConfigurationsResponse.Builder
-
Packages that use ListLoggingConfigurationsResponse.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ListLoggingConfigurationsResponse.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ListLoggingConfigurationsResponse.Builder Modifier and Type Method Description static ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse. builder()ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)Array of logging configurations.ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(Consumer<LoggingConfiguration.Builder>... loggingConfigurations)Array of logging configurations.ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(LoggingConfiguration... loggingConfigurations)Array of logging configurations.ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.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.ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ListLoggingConfigurationsResponse.Builder Modifier and Type Method Description static Class<? extends ListLoggingConfigurationsResponse.Builder>ListLoggingConfigurationsResponse. serializableBuilderClass()
-