Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
StageKey |
StageKey.clone() |
StageKey |
StageKey.withRestApiId(String restApiId)
|
StageKey |
StageKey.withStageName(String stageName)
The stage name in the RestApi that the stage key references.
|
Modifier and Type | Method and Description |
---|---|
List<StageKey> |
CreateApiKeyRequest.getStageKeys()
Specifies whether the ApiKey can be used by callers.
|
Modifier and Type | Method and Description |
---|---|
CreateApiKeyRequest |
CreateApiKeyRequest.withStageKeys(StageKey... stageKeys)
Specifies whether the ApiKey can be used by callers.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateApiKeyRequest.setStageKeys(Collection<StageKey> stageKeys)
Specifies whether the ApiKey can be used by callers.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withStageKeys(Collection<StageKey> stageKeys)
Specifies whether the ApiKey can be used by callers.
|
Copyright © 2018. All rights reserved.