-
Notifications
You must be signed in to change notification settings - Fork 919
Closed
Labels
documentationThis is a problem with documentation.This is a problem with documentation.guidanceQuestion that needs advice or information.Question that needs advice or information.service-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.
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.
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.guidanceQuestion that needs advice or information.Question that needs advice or information.service-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.