| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2 |
|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetLoggingConfigurationResponse |
Wafv2Client.getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)
Returns the LoggingConfiguration for the specified web ACL.
|
default CompletableFuture<GetLoggingConfigurationResponse> |
Wafv2AsyncClient.getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)
Returns the LoggingConfiguration for the specified web ACL.
|
| Modifier and Type | Method and Description |
|---|---|
static GetLoggingConfigurationRequest.Builder |
GetLoggingConfigurationRequest.builder() |
GetLoggingConfigurationRequest.Builder |
GetLoggingConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLoggingConfigurationRequest.Builder |
GetLoggingConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetLoggingConfigurationRequest.Builder |
GetLoggingConfigurationRequest.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
|
GetLoggingConfigurationRequest.Builder |
GetLoggingConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLoggingConfigurationRequest.Builder> |
GetLoggingConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.