Skip to content

Name Query field in GetApiKeysRequest for AWS API Gateway #1732

Closed
@ShemTovYosef

Description

@ShemTovYosef

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

No one assigned

    Labels

    documentationThis is a problem with documentation.guidanceQuestion that needs advice or information.service-apiThis issue is due to a problem in a service API, not the SDK implementation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions