Uses of Class
com.amazonaws.services.apigateway.model.StageKey
-
Packages that use StageKey Package Description com.amazonaws.services.apigateway.model -
-
Uses of StageKey in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return StageKey Modifier and Type Method 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.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type StageKey Modifier and Type Method Description List<StageKey>
CreateApiKeyRequest. getStageKeys()
Specifies whether the ApiKey can be used by callers.Methods in com.amazonaws.services.apigateway.model with parameters of type StageKey Modifier and Type Method Description CreateApiKeyRequest
CreateApiKeyRequest. withStageKeys(StageKey... stageKeys)
Specifies whether the ApiKey can be used by callers.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type StageKey Modifier and Type Method 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.
-