| 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)
Array of logging configurations.
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(Consumer<LoggingConfiguration.Builder>... loggingConfigurations)
Array of logging configurations.
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(LoggingConfiguration... loggingConfigurations)
Array of logging configurations.
|
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 © 2023. All rights reserved.