Uses of Class
com.amazonaws.services.apigateway.model.StageKey
Packages that use StageKey
-
Uses of StageKey in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return StageKeyModifier and TypeMethodDescriptionStageKey.clone()StageKey.withRestApiId(String restApiId) 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 StageKeyModifier and TypeMethodDescriptionCreateApiKeyRequest.getStageKeys()Specifies whether the ApiKey can be used by callers.Methods in com.amazonaws.services.apigateway.model with parameters of type StageKeyModifier and TypeMethodDescriptionCreateApiKeyRequest.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 StageKeyModifier and TypeMethodDescriptionvoidCreateApiKeyRequest.setStageKeys(Collection<StageKey> stageKeys) Specifies whether the ApiKey can be used by callers.CreateApiKeyRequest.withStageKeys(Collection<StageKey> stageKeys) Specifies whether the ApiKey can be used by callers.