| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default GetApiKeyResponse |
ApiGatewayClient.getApiKey(Consumer<GetApiKeyRequest.Builder> getApiKeyRequest)
Gets information about the current ApiKey resource.
|
default GetApiKeyResponse |
ApiGatewayClient.getApiKey(GetApiKeyRequest getApiKeyRequest)
Gets information about the current ApiKey resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetApiKeyResponse> |
ApiGatewayAsyncClient.getApiKey(Consumer<GetApiKeyRequest.Builder> getApiKeyRequest)
Gets information about the current ApiKey resource.
|
default CompletableFuture<GetApiKeyResponse> |
ApiGatewayAsyncClient.getApiKey(GetApiKeyRequest getApiKeyRequest)
Gets information about the current ApiKey resource.
|
Copyright © 2023. All rights reserved.