| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
StageKey |
StageKey.clone() |
StageKey |
StageKey.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
StageKey |
StageKey.withStageName(String stageName)
The stage name associated with the stage key.
|
| Modifier and Type | Method and Description |
|---|---|
List<StageKey> |
CreateApiKeyRequest.getStageKeys()
DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApiKeyRequest |
CreateApiKeyRequest.withStageKeys(StageKey... stageKeys)
DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateApiKeyRequest.setStageKeys(Collection<StageKey> stageKeys)
DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withStageKeys(Collection<StageKey> stageKeys)
DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
|
Copyright © 2025. All rights reserved.