Closed
Description
Hi, Could you describe how does namequery is working in GetApiKeysRequest for AWS API Gateway?
Does it support special masks? How to get the exact result of the requested API Key by name? Now it returns all keys which names start with "value" but I want only that which equal to this value.
Describe the issue
Request GetApiKeysRequest.builder().nameQuery(keyName).build(); returns all keys started with this name instead of exact API Key that equals to this name.