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