| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf |
|
| software.amazon.awssdk.services.waf.model | |
| software.amazon.awssdk.services.waf.regional |
|
| Modifier and Type | Method and Description |
|---|---|
default ListLoggingConfigurationsResponse |
WafClient.listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)
|
default CompletableFuture<ListLoggingConfigurationsResponse> |
WafAsyncClient.listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.builder() |
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.Builder.limit(Integer limit)
Specifies the number of
LoggingConfigurations that you want AWS WAF to return for this request. |
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.Builder.nextMarker(String nextMarker)
If you specify a value for
Limit and you have more LoggingConfigurations than the
value of Limit, AWS WAF returns a NextMarker value in the response that allows you
to list another group of LoggingConfigurations. |
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLoggingConfigurationsRequest.Builder> |
ListLoggingConfigurationsRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListLoggingConfigurationsResponse |
WafRegionalClient.listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)
|
default CompletableFuture<ListLoggingConfigurationsResponse> |
WafRegionalAsyncClient.listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)
|
Copyright © 2023. All rights reserved.