Uses of Interface
software.amazon.awssdk.services.appsync.model.CreateApiKeyRequest.Builder
-
Packages that use CreateApiKeyRequest.Builder Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.software.amazon.awssdk.services.appsync.model -
-
Uses of CreateApiKeyRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type CreateApiKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateApiKeyResponse>AppSyncAsyncClient. createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)Creates a unique key that you can distribute to clients who invoke your API.default CreateApiKeyResponseAppSyncClient. createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)Creates a unique key that you can distribute to clients who invoke your API. -
Uses of CreateApiKeyRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return CreateApiKeyRequest.Builder Modifier and Type Method Description CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. apiId(String apiId)The ID for your GraphQL API.static CreateApiKeyRequest.BuilderCreateApiKeyRequest. builder()CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. description(String description)A description of the purpose of the API key.CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. expires(Long expires)From the creation time, the time after which the API key expires.CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateApiKeyRequest.BuilderCreateApiKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type CreateApiKeyRequest.Builder Modifier and Type Method Description static Class<? extends CreateApiKeyRequest.Builder>CreateApiKeyRequest. serializableBuilderClass()
-