| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListAPIKeysResult |
AWSWAFV2Client.listAPIKeys(ListAPIKeysRequest request)
Retrieves a list of the API keys that you've defined for the specified scope.
|
ListAPIKeysResult |
AWSWAFV2.listAPIKeys(ListAPIKeysRequest listAPIKeysRequest)
Retrieves a list of the API keys that you've defined for the specified scope.
|
ListAPIKeysResult |
AbstractAWSWAFV2.listAPIKeys(ListAPIKeysRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAPIKeysResult> |
AWSWAFV2AsyncClient.listAPIKeysAsync(ListAPIKeysRequest request,
AsyncHandler<ListAPIKeysRequest,ListAPIKeysResult> asyncHandler) |
Future<ListAPIKeysResult> |
AWSWAFV2Async.listAPIKeysAsync(ListAPIKeysRequest listAPIKeysRequest,
AsyncHandler<ListAPIKeysRequest,ListAPIKeysResult> asyncHandler)
Retrieves a list of the API keys that you've defined for the specified scope.
|
Future<ListAPIKeysResult> |
AbstractAWSWAFV2Async.listAPIKeysAsync(ListAPIKeysRequest request,
AsyncHandler<ListAPIKeysRequest,ListAPIKeysResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAPIKeysResult |
ListAPIKeysResult.clone() |
ListAPIKeysResult |
ListAPIKeysResult.withAPIKeySummaries(APIKeySummary... aPIKeySummaries)
The array of key summaries.
|
ListAPIKeysResult |
ListAPIKeysResult.withAPIKeySummaries(Collection<APIKeySummary> aPIKeySummaries)
The array of key summaries.
|
ListAPIKeysResult |
ListAPIKeysResult.withApplicationIntegrationURL(String applicationIntegrationURL)
The CAPTCHA application integration URL, for use in your JavaScript implementation.
|
ListAPIKeysResult |
ListAPIKeysResult.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, WAF returns a NextMarker value in the response. |
Copyright © 2025. All rights reserved.