| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
CreateUsagePlanKeyResult |
AmazonApiGatewayClient.createUsagePlanKey(CreateUsagePlanKeyRequest request)
Creates a usage plan key for adding an existing API key to a usage plan.
|
CreateUsagePlanKeyResult |
AmazonApiGateway.createUsagePlanKey(CreateUsagePlanKeyRequest createUsagePlanKeyRequest)
Creates a usage plan key for adding an existing API key to a usage plan.
|
CreateUsagePlanKeyResult |
AbstractAmazonApiGateway.createUsagePlanKey(CreateUsagePlanKeyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUsagePlanKeyResult> |
AmazonApiGatewayAsyncClient.createUsagePlanKeyAsync(CreateUsagePlanKeyRequest request,
AsyncHandler<CreateUsagePlanKeyRequest,CreateUsagePlanKeyResult> asyncHandler) |
Future<CreateUsagePlanKeyResult> |
AbstractAmazonApiGatewayAsync.createUsagePlanKeyAsync(CreateUsagePlanKeyRequest request,
AsyncHandler<CreateUsagePlanKeyRequest,CreateUsagePlanKeyResult> asyncHandler) |
Future<CreateUsagePlanKeyResult> |
AmazonApiGatewayAsync.createUsagePlanKeyAsync(CreateUsagePlanKeyRequest createUsagePlanKeyRequest,
AsyncHandler<CreateUsagePlanKeyRequest,CreateUsagePlanKeyResult> asyncHandler)
Creates a usage plan key for adding an existing API key to a usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUsagePlanKeyResult |
CreateUsagePlanKeyResult.clone() |
CreateUsagePlanKeyResult |
CreateUsagePlanKeyResult.withId(String id)
The Id of a usage plan key.
|
CreateUsagePlanKeyResult |
CreateUsagePlanKeyResult.withName(String name)
The name of a usage plan key.
|
CreateUsagePlanKeyResult |
CreateUsagePlanKeyResult.withType(String type)
The type of a usage plan key.
|
CreateUsagePlanKeyResult |
CreateUsagePlanKeyResult.withValue(String value)
The value of a usage plan key.
|
Copyright © 2018. All rights reserved.