Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
ApiKey |
ApiKey.clone() |
ApiKey |
ApiKey.withCreatedDate(Date createdDate)
The date when the API Key was created, in ISO 8601 format.
|
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)
When the API Key was last updated, in ISO 8601 format.
|
ApiKey |
ApiKey.withName(String name)
The name of the API Key.
|
ApiKey |
ApiKey.withStageKeys(Collection<String> stageKeys)
|
ApiKey |
ApiKey.withStageKeys(String... stageKeys)
|
Modifier and Type | Method and Description |
---|---|
List<ApiKey> |
GetApiKeysResult.getItems()
|
Modifier and Type | Method and Description |
---|---|
GetApiKeysResult |
GetApiKeysResult.withItems(ApiKey... items)
|
Modifier and Type | Method and Description |
---|---|
void |
GetApiKeysResult.setItems(Collection<ApiKey> items)
|
GetApiKeysResult |
GetApiKeysResult.withItems(Collection<ApiKey> items)
|
Copyright © 2018. All rights reserved.