| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.builder() |
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(Consumer<LoggingConfiguration.Builder>... loggingConfigurations)
This is a convenience method that creates an instance of the
LoggingConfiguration.Builder avoiding the need to create
one manually via LoggingConfiguration.builder(). |
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(LoggingConfiguration... loggingConfigurations)
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.nextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLoggingConfigurationsResponse.Builder> |
ListLoggingConfigurationsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.