| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2 |
|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListLoggingConfigurationsResponse |
Wafv2Client.listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)
Retrieves an array of your LoggingConfiguration objects.
|
default CompletableFuture<ListLoggingConfigurationsResponse> |
Wafv2AsyncClient.listLoggingConfigurations(Consumer<ListLoggingConfigurationsRequest.Builder> listLoggingConfigurationsRequest)
Retrieves an array of your LoggingConfiguration objects.
|
| Modifier and Type | Method and Description |
|---|---|
static ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.builder() |
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.Builder.limit(Integer limit)
The maximum number of objects that you want WAF to return for this request.
|
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.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. |
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.Builder.scope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.Builder.scope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
ListLoggingConfigurationsRequest.Builder |
ListLoggingConfigurationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLoggingConfigurationsRequest.Builder> |
ListLoggingConfigurationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.