Uses of Interface
software.amazon.awssdk.services.waf.model.ListLoggingConfigurationsResponse.Builder
-
Packages that use ListLoggingConfigurationsResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ListLoggingConfigurationsResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ListLoggingConfigurationsResponse.Builder Modifier and Type Method Description static ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse. builder()ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)An array of LoggingConfiguration objects.ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(Consumer<LoggingConfiguration.Builder>... loggingConfigurations)An array of LoggingConfiguration objects.ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(LoggingConfiguration... loggingConfigurations)An array of LoggingConfiguration objects.ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. nextMarker(String nextMarker)If you have moreLoggingConfigurationsthan the number that you specified forLimitin the request, the response includes aNextMarkervalue.ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ListLoggingConfigurationsResponse.Builder Modifier and Type Method Description static Class<? extends ListLoggingConfigurationsResponse.Builder>ListLoggingConfigurationsResponse. serializableBuilderClass()
-