| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateApiKeyResponse |
ApiGatewayClient.updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)
Changes information about an ApiKey resource.
|
default UpdateApiKeyResponse |
ApiGatewayClient.updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)
Changes information about an ApiKey resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateApiKeyResponse> |
ApiGatewayAsyncClient.updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)
Changes information about an ApiKey resource.
|
default CompletableFuture<UpdateApiKeyResponse> |
ApiGatewayAsyncClient.updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)
Changes information about an ApiKey resource.
|
Copyright © 2023. All rights reserved.