| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateApiKeyResponse |
ApiGatewayClient.createApiKey()
Create an ApiKey resource.
|
default CreateApiKeyResponse |
ApiGatewayClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)
Create an ApiKey resource.
|
default CreateApiKeyResponse |
ApiGatewayClient.createApiKey(CreateApiKeyRequest createApiKeyRequest)
Create an ApiKey resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateApiKeyResponse> |
ApiGatewayAsyncClient.createApiKey()
Create an ApiKey resource.
|
default CompletableFuture<CreateApiKeyResponse> |
ApiGatewayAsyncClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)
Create an ApiKey resource.
|
default CompletableFuture<CreateApiKeyResponse> |
ApiGatewayAsyncClient.createApiKey(CreateApiKeyRequest createApiKeyRequest)
Create an ApiKey resource.
|
Copyright © 2023. All rights reserved.