Uses of Class
software.amazon.awssdk.services.wafv2.model.CreateApiKeyRequest
-
Packages that use CreateApiKeyRequest Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.transform -
-
Uses of CreateApiKeyRequest in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 with parameters of type CreateApiKeyRequest Modifier and Type Method Description default CompletableFuture<CreateApiKeyResponse>Wafv2AsyncClient. createAPIKey(CreateApiKeyRequest 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. -
Uses of CreateApiKeyRequest in software.amazon.awssdk.services.wafv2.transform
Methods in software.amazon.awssdk.services.wafv2.transform with parameters of type CreateApiKeyRequest Modifier and Type Method Description SdkHttpFullRequestCreateApiKeyRequestMarshaller. marshall(CreateApiKeyRequest createApiKeyRequest)
-