| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetLoggingConfigurationResult> |
AbstractAWSWAFV2Async.getLoggingConfigurationAsync(GetLoggingConfigurationRequest request,
AsyncHandler<GetLoggingConfigurationRequest,GetLoggingConfigurationResult> asyncHandler) |
Future<GetLoggingConfigurationResult> |
AWSWAFV2AsyncClient.getLoggingConfigurationAsync(GetLoggingConfigurationRequest request,
AsyncHandler<GetLoggingConfigurationRequest,GetLoggingConfigurationResult> asyncHandler) |
Future<GetLoggingConfigurationResult> |
AWSWAFV2Async.getLoggingConfigurationAsync(GetLoggingConfigurationRequest getLoggingConfigurationRequest,
AsyncHandler<GetLoggingConfigurationRequest,GetLoggingConfigurationResult> asyncHandler)
Returns the LoggingConfiguration for the specified web ACL.
|
| Modifier and Type | Method and Description |
|---|---|
GetLoggingConfigurationRequest |
GetLoggingConfigurationRequest.clone() |
GetLoggingConfigurationRequest |
GetLoggingConfigurationRequest.withLogScope(LogScope logScope)
The owner of the logging configuration, which must be set to
CUSTOMER for the configurations that
you manage. |
GetLoggingConfigurationRequest |
GetLoggingConfigurationRequest.withLogScope(String logScope)
The owner of the logging configuration, which must be set to
CUSTOMER for the configurations that
you manage. |
GetLoggingConfigurationRequest |
GetLoggingConfigurationRequest.withLogType(LogType logType)
Used to distinguish between various logging options.
|
GetLoggingConfigurationRequest |
GetLoggingConfigurationRequest.withLogType(String logType)
Used to distinguish between various logging options.
|
GetLoggingConfigurationRequest |
GetLoggingConfigurationRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
|
Copyright © 2025. All rights reserved.