| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
ApiKey.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ApiKey |
ApiKey.clearTagsEntries()
Removes all the entries added into Tags.
|
ApiKey |
ApiKey.clone() |
ApiKey |
ApiKey.withCreatedDate(Date createdDate)
The timestamp when the API Key was created.
|
ApiKey |
ApiKey.withCustomerId(String customerId)
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
|
ApiKey |
ApiKey.withDescription(String description)
The description of the API Key.
|
ApiKey |
ApiKey.withEnabled(Boolean enabled)
Specifies whether the API Key can be used by callers.
|
ApiKey |
ApiKey.withId(String id)
The identifier of the API Key.
|
ApiKey |
ApiKey.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the API Key was last updated.
|
ApiKey |
ApiKey.withName(String name)
The name of the API Key.
|
ApiKey |
ApiKey.withStageKeys(Collection<String> stageKeys)
|
ApiKey |
ApiKey.withStageKeys(String... stageKeys)
|
ApiKey |
ApiKey.withTags(Map<String,String> tags)
The collection of tags.
|
ApiKey |
ApiKey.withValue(String value)
The value of the API Key.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiKey> |
GetApiKeysResult.getItems()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetApiKeysResult |
GetApiKeysResult.withItems(ApiKey... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetApiKeysResult.setItems(Collection<ApiKey> items)
The current page of elements from this collection.
|
GetApiKeysResult |
GetApiKeysResult.withItems(Collection<ApiKey> items)
The current page of elements from this collection.
|
Copyright © 2021. All rights reserved.