Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<StageKey> |
CreateApiKeyRequest.stageKeys
Specifies whether the ApiKey can be used by callers.
|
Modifier and Type | Method and Description |
---|---|
StageKey |
StageKey.clone() |
StageKey |
StageKey.withRestApiId(java.lang.String restApiId)
|
StageKey |
StageKey.withStageName(java.lang.String stageName)
The stage name in the RestApi that the stage key references.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<StageKey> stageKeys)
Specifies whether the ApiKey can be used by callers.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withStageKeys(java.util.Collection<StageKey> stageKeys)
Specifies whether the ApiKey can be used by callers.
|
Modifier and Type | Method and Description |
---|---|
StageKey |
StageKeyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StageKeyJsonMarshaller.marshall(StageKey stageKey,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|