Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
CreateApiKeyResult |
AmazonApiGateway.createApiKey(CreateApiKeyRequest createApiKeyRequest)
Create an ApiKey resource.
|
CreateApiKeyResult |
AbstractAmazonApiGateway.createApiKey(CreateApiKeyRequest request) |
CreateApiKeyResult |
AmazonApiGatewayClient.createApiKey(CreateApiKeyRequest request)
Create an ApiKey resource.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateApiKeyResult> |
AbstractAmazonApiGatewayAsync.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
Future<CreateApiKeyResult> |
AmazonApiGatewayAsync.createApiKeyAsync(CreateApiKeyRequest createApiKeyRequest,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler)
Create an ApiKey resource.
|
Future<CreateApiKeyResult> |
AmazonApiGatewayAsyncClient.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateApiKeyResult |
CreateApiKeyResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApiKeyResult |
CreateApiKeyResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApiKeyResult |
CreateApiKeyResult.clone() |
CreateApiKeyResult |
CreateApiKeyResult.withCreatedDate(Date createdDate)
The timestamp when the API Key was created.
|
CreateApiKeyResult |
CreateApiKeyResult.withCustomerId(String customerId)
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
|
CreateApiKeyResult |
CreateApiKeyResult.withDescription(String description)
The description of the API Key.
|
CreateApiKeyResult |
CreateApiKeyResult.withEnabled(Boolean enabled)
Specifies whether the API Key can be used by callers.
|
CreateApiKeyResult |
CreateApiKeyResult.withId(String id)
The identifier of the API Key.
|
CreateApiKeyResult |
CreateApiKeyResult.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the API Key was last updated.
|
CreateApiKeyResult |
CreateApiKeyResult.withName(String name)
The name of the API Key.
|
CreateApiKeyResult |
CreateApiKeyResult.withStageKeys(Collection<String> stageKeys)
|
CreateApiKeyResult |
CreateApiKeyResult.withStageKeys(String... stageKeys)
|
CreateApiKeyResult |
CreateApiKeyResult.withTags(Map<String,String> tags)
The collection of tags.
|
CreateApiKeyResult |
CreateApiKeyResult.withValue(String value)
The value of the API Key.
|
Copyright © 2021. All rights reserved.