Uses of Interface
software.amazon.awssdk.services.appsync.model.UpdateApiKeyRequest.Builder
-
Packages that use UpdateApiKeyRequest.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 UpdateApiKeyRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type UpdateApiKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateApiKeyResponse>AppSyncAsyncClient. updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)Updates an API key.default UpdateApiKeyResponseAppSyncClient. updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest)Updates an API key. -
Uses of UpdateApiKeyRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return UpdateApiKeyRequest.Builder Modifier and Type Method Description UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. apiId(String apiId)The ID for the GraphQL API.static UpdateApiKeyRequest.BuilderUpdateApiKeyRequest. builder()UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. description(String description)A description of the purpose of the API key.UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. expires(Long expires)From the update time, the time after which the API key expires.UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. id(String id)The API key ID.UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateApiKeyRequest.BuilderUpdateApiKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type UpdateApiKeyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateApiKeyRequest.Builder>UpdateApiKeyRequest. serializableBuilderClass()
-