| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.builder() |
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
An array of LoggingConfiguration objects.
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(Consumer<LoggingConfiguration.Builder>... loggingConfigurations)
An array of LoggingConfiguration objects.
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(LoggingConfiguration... loggingConfigurations)
An array of LoggingConfiguration objects.
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.nextMarker(String nextMarker)
If you have more
LoggingConfigurations than the number that you specified for Limit
in the request, the response includes a NextMarker value. |
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLoggingConfigurationsResponse.Builder> |
ListLoggingConfigurationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.