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 StageKeyStageKey. clone()StageKeyStageKey. withRestApiId(String restApiId)StageKeyStageKey. 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 CreateApiKeyRequestCreateApiKeyRequest. 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 voidCreateApiKeyRequest. setStageKeys(Collection<StageKey> stageKeys)Specifies whether the ApiKey can be used by callers.CreateApiKeyRequestCreateApiKeyRequest. withStageKeys(Collection<StageKey> stageKeys)Specifies whether the ApiKey can be used by callers.
-