Uses of Class
software.amazon.awssdk.services.wafv2.model.CreateApiKeyResponse
-
Packages that use CreateApiKeyResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of CreateApiKeyResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return CreateApiKeyResponse Modifier and Type Method Description default CreateApiKeyResponseWafv2Client. createAPIKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)Creates an API key that contains a set of token domains.default CreateApiKeyResponseWafv2Client. createAPIKey(CreateApiKeyRequest createApiKeyRequest)Creates an API key that contains a set of token domains.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type CreateApiKeyResponse Modifier and Type Method Description default CompletableFuture<CreateApiKeyResponse>Wafv2AsyncClient. createAPIKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)Creates an API key that contains a set of token domains.default CompletableFuture<CreateApiKeyResponse>Wafv2AsyncClient. createAPIKey(CreateApiKeyRequest createApiKeyRequest)Creates an API key that contains a set of token domains.
-