Uses of Class
software.amazon.awssdk.services.apigateway.model.StageKey
-
Packages that use StageKey Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of StageKey in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type StageKey Modifier and Type Method Description List<StageKey>CreateApiKeyRequest. stageKeys()DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type StageKey Modifier and Type Method Description CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. stageKeys(StageKey... stageKeys)DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type StageKey Modifier and Type Method Description CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. stageKeys(Collection<StageKey> stageKeys)DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
-