Uses of Class
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
-
Packages that use DeleteKeyRequestListItem Package Description software.amazon.awssdk.services.cloudfrontkeyvaluestore.model -
-
Uses of DeleteKeyRequestListItem in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model that return types with arguments of type DeleteKeyRequestListItem Modifier and Type Method Description List<DeleteKeyRequestListItem>UpdateKeysRequest. deletes()List of keys to delete.Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model with parameters of type DeleteKeyRequestListItem Modifier and Type Method Description UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. deletes(DeleteKeyRequestListItem... deletes)List of keys to delete.Method parameters in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model with type arguments of type DeleteKeyRequestListItem Modifier and Type Method Description UpdateKeysRequest.BuilderUpdateKeysRequest.Builder. deletes(Collection<DeleteKeyRequestListItem> deletes)List of keys to delete.
-