Uses of Interface
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest.Builder
-
Packages that use UpdateKeysRequest.Builder Package Description software.amazon.awssdk.services.cloudfrontkeyvaluestore Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resourcesoftware.amazon.awssdk.services.cloudfrontkeyvaluestore.model -
-
Uses of UpdateKeysRequest.Builder in software.amazon.awssdk.services.cloudfrontkeyvaluestore
Method parameters in software.amazon.awssdk.services.cloudfrontkeyvaluestore with type arguments of type UpdateKeysRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateKeysResponse>CloudFrontKeyValueStoreAsyncClient. updateKeys(Consumer<UpdateKeysRequest.Builder> updateKeysRequest)Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.default UpdateKeysResponseCloudFrontKeyValueStoreClient. updateKeys(Consumer<UpdateKeysRequest.Builder> updateKeysRequest)Puts or Deletes multiple key value pairs in a single, all-or-nothing operation. -
Uses of UpdateKeysRequest.Builder in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model that return UpdateKeysRequest.Builder Modifier and Type Method Description static UpdateKeysRequest.BuilderUpdateKeysRequest. builder()UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. deletes(Collection<DeleteKeyRequestListItem> deletes)List of keys to delete.UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. deletes(Consumer<DeleteKeyRequestListItem.Builder>... deletes)List of keys to delete.UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. deletes(DeleteKeyRequestListItem... deletes)List of keys to delete.UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. ifMatch(String ifMatch)The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. kvsARN(String kvsARN)The Amazon Resource Name (ARN) of the Key Value Store.UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. puts(Collection<PutKeyRequestListItem> puts)List of key value pairs to put.UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. puts(Consumer<PutKeyRequestListItem.Builder>... puts)List of key value pairs to put.UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. puts(PutKeyRequestListItem... puts)List of key value pairs to put.UpdateKeysRequest.BuilderUpdateKeysRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model that return types with arguments of type UpdateKeysRequest.Builder Modifier and Type Method Description static Class<? extends UpdateKeysRequest.Builder>UpdateKeysRequest. serializableBuilderClass()
-