| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLoggingConfigurationsResult> |
AbstractAWSWAFV2Async.listLoggingConfigurationsAsync(ListLoggingConfigurationsRequest request,
AsyncHandler<ListLoggingConfigurationsRequest,ListLoggingConfigurationsResult> asyncHandler) |
Future<ListLoggingConfigurationsResult> |
AWSWAFV2Async.listLoggingConfigurationsAsync(ListLoggingConfigurationsRequest listLoggingConfigurationsRequest,
AsyncHandler<ListLoggingConfigurationsRequest,ListLoggingConfigurationsResult> asyncHandler)
Retrieves an array of your LoggingConfiguration objects.
|
Future<ListLoggingConfigurationsResult> |
AWSWAFV2AsyncClient.listLoggingConfigurationsAsync(ListLoggingConfigurationsRequest request,
AsyncHandler<ListLoggingConfigurationsRequest,ListLoggingConfigurationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLoggingConfigurationsRequest |
ListLoggingConfigurationsRequest.clone() |
ListLoggingConfigurationsRequest |
ListLoggingConfigurationsRequest.withLimit(Integer limit)
The maximum number of objects that you want AWS WAF to return for this request.
|
ListLoggingConfigurationsRequest |
ListLoggingConfigurationsRequest.withNextMarker(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, AWS WAF returns a NextMarker value in the response. |
ListLoggingConfigurationsRequest |
ListLoggingConfigurationsRequest.withScope(Scope scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
ListLoggingConfigurationsRequest |
ListLoggingConfigurationsRequest.withScope(String scope)
Specifies whether this is for an AWS CloudFront distribution or for a regional application.
|
Copyright © 2021. All rights reserved.