Uses of Class
software.amazon.awssdk.services.appsync.model.ApiKey
-
Packages that use ApiKey Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of ApiKey in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ApiKey Modifier and Type Method Description ApiKeyCreateApiKeyResponse. apiKey()The API key.ApiKeyUpdateApiKeyResponse. apiKey()The API key.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ApiKey Modifier and Type Method Description List<ApiKey>ListApiKeysResponse. apiKeys()TheApiKeyobjects.Methods in software.amazon.awssdk.services.appsync.model with parameters of type ApiKey Modifier and Type Method Description CreateApiKeyResponse.BuilderCreateApiKeyResponse.Builder. apiKey(ApiKey apiKey)The API key.UpdateApiKeyResponse.BuilderUpdateApiKeyResponse.Builder. apiKey(ApiKey apiKey)The API key.ListApiKeysResponse.BuilderListApiKeysResponse.Builder. apiKeys(ApiKey... apiKeys)TheApiKeyobjects.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type ApiKey Modifier and Type Method Description ListApiKeysResponse.BuilderListApiKeysResponse.Builder. apiKeys(Collection<ApiKey> apiKeys)TheApiKeyobjects.
-