| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAPIKeyResult> |
AWSWAFV2AsyncClient.createAPIKeyAsync(CreateAPIKeyRequest request,
AsyncHandler<CreateAPIKeyRequest,CreateAPIKeyResult> asyncHandler) |
Future<CreateAPIKeyResult> |
AbstractAWSWAFV2Async.createAPIKeyAsync(CreateAPIKeyRequest request,
AsyncHandler<CreateAPIKeyRequest,CreateAPIKeyResult> asyncHandler) |
Future<CreateAPIKeyResult> |
AWSWAFV2Async.createAPIKeyAsync(CreateAPIKeyRequest createAPIKeyRequest,
AsyncHandler<CreateAPIKeyRequest,CreateAPIKeyResult> asyncHandler)
Creates an API key that contains a set of token domains.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAPIKeyRequest |
CreateAPIKeyRequest.clone() |
CreateAPIKeyRequest |
CreateAPIKeyRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CreateAPIKeyRequest |
CreateAPIKeyRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CreateAPIKeyRequest |
CreateAPIKeyRequest.withTokenDomains(Collection<String> tokenDomains)
The client application domains that you want to use this API key for.
|
CreateAPIKeyRequest |
CreateAPIKeyRequest.withTokenDomains(String... tokenDomains)
The client application domains that you want to use this API key for.
|
Copyright © 2024. All rights reserved.